Newest Questions
24,148,538 questions
Advice
0
votes
0
replies
2
views
Is coding going to be obsolete?
With the advent of all the new AI coding tools (e.g. Claude Code, Codex, Vercel etc.) could coding become an obsolete practice like programming in assembly became obsolete once high-level programming ...
Best practices
0
votes
0
replies
4
views
From gt table in R-studio to an editable word file
I’m new to RStudio and have successfully created a gt table. However, I would like to export this table to a Word file (ideally in an editable format) while preserving its structure and formatting.
...
0
votes
0
answers
6
views
There are no scaffolders supported for this item Visual Studio 2026
After updating to Visual Studio 2026, I'm unable to add a Controller or View via the Add → Scaffold menu in my ASP.NET MVC project. The full error message I receive is:
Error: There are no scaffolders ...
Best practices
0
votes
0
replies
18
views
How to add documentation comment for multiple properties?
I want to add a single documentation comment for multiple properties that follows TsDoc standard.
As far as I searched, below code is a sample that should work in VSCode (1.126.0):
const stausCode = {
...
0
votes
0
answers
12
views
How can I call Gemini 3.1 Flash-Lite from BigQuery ML in the EU? Bare name routes to europe-west4 where it isn't served, and I need EU data residency
What I'm trying to do
Run gemini-3.1-flash-lite as a remote model in BigQuery ML (ML.GENERATE_TEXT / AI.GENERATE) from a dataset in the EU, keeping all processing in the EU for GDPR reasons.
gemini-2....
Advice
0
votes
2
replies
20
views
am i the only one who gets trouble to run jekyll local server?
I ran bundle exec jekyll serve the correct way, and there were no problems with my environment before—it was working yesterday. Today, it suddenly stopped working.
csv, Ruby, RubyGems, and Jekyll are ...
-1
votes
0
answers
41
views
NLog processinfo StartTime as UTC
I use XML configuration and want to add the date and time of the process start in UTC to the filename. Obviously, this is not possible so far:
<variable name="procStartDate" value="${...
Best practices
0
votes
6
replies
77
views
Stucked at loops in python
I am very good at conditional statements in python but not able to make any questions of loop I find it difficult to build the logic even the most simple questions like star patten printing feels hard ...
0
votes
0
answers
48
views
Java generics parameters multiple levels
I'm trying to extend MutableLiveData in multiple classes each one extends the previous, like (those following rows could be copy/pasted directly in java file to test/lint them):
class ALiveData<T&...
Tooling
1
vote
0
replies
25
views
What is a scalable alternative to embedding-based skill canonicalization in an ATS system
I am building an Applicant Tracking System (ATS) where candidates upload resumes and recruiters post job descriptions. The goal is to match candidates to relevant jobs.
Currently, my matching engine ...
Best practices
0
votes
4
replies
73
views
What is the difference between authentication and authorization?
I'm learning web development and often see the terms authentication and authorization used together. They seem related, but I'm not sure how they differ in practice. Can someone explain the difference ...
-4
votes
0
answers
44
views
Autodesk Platform Services: Request for Recovery of Deleted Autodesk Platform App and Associated Data [closed]
Question Related to Autodesk Platform Services
We have been using this Autodesk Platform Services App for several years. Unfortunately, the App was deleted unintentionally, and we are now in urgent ...
Advice
1
vote
1
replies
59
views
IOS application Distribution without appstore
I'm currently working as a react native developer,
i want to distribute my application locally using drive without using appstore and playstore
I know i can implement it on android for apk direclty ...
0
votes
0
answers
27
views
Including typst produced HTML within an mdbook
I have a project that uses mdbook to generate a webpage.
Additionally I have a set of typst files that I generate HTML from. I am trying to integrate the typst html output into the mdbook.
One way I ...
-3
votes
0
answers
51
views
How do I return a sum if a word in a column matches from a list? [duplicate]
I'm currently working on a spreadsheet that will automatically calculate how much I've earned, spent, and what I've spent over my budget. I've figured out a format that I'm happy with using lists and ...