Newest Questions
24,149,566 questions
0
votes
0
answers
7
views
TypeORM 1.0 migration of `onConflict` to `orUpdate` with custom query string
I've just upgraded TypeORM 0.3 to new version 1.0 and executed their migration script:
npx @typeorm/codemod v1 src/
And it added this todo:
// TODO(typeorm-v1): `onConflict()` was removed — use `...
0
votes
0
answers
5
views
Iam working on a astrovani app project is everything built which uses express node SQL routers api integration my sql how to run that project
How to run that project with connecting database api integration with node Iam working on a astrovani app project,70 percent everything built is built and my part of work is to add post and get to it ...
Best practices
0
votes
0
replies
8
views
GKE: Does Node Pool Autoscaler totalminNodeCount parameter function when Cluster Autoscaler is disabled?
I have a GKE cluster with the following setup:
Cluster: 3 nodes
Cluster Autoscaler: DISABLED
Node Pool Autoscaling: ENABLED
Node Pool totalminNodeCount setting: 1
Cloud Scheduler: configured for ...
0
votes
1
answer
16
views
My restuarant web-scraping program for google maps only returns an empty string array. How can I fix this issue?
I'm working on a project where my program take restaurant details (name, location, prices, rating, etc) from google maps then add them to SQL database on python. I was testing the code to see if it ...
1
vote
0
answers
6
views
How to force a call to ASCredentialProviderViewController.prepareOneTimeCodeCredentialList
I am implementing a password manager app in iOS with Swit and SwiftUI, and I've recently added support for TOTP codes and implemented the required changes to the AutoFill methods to return the one ...
Best practices
0
votes
0
replies
12
views
Logout from Azure SSO without redirect
I have an Amazon Cognito user pool with Azure AD federated as an OIDC identity provider, using the Cognito Hosted UI and the authorization code flow. My app starts login by redirecting to:
https://<...
Tooling
0
votes
0
replies
13
views
What would be the most optimal way to creating an admin dashboard if im using supabase?
I am working on my FYP which is a SafeQR scanner that uses supabase as its backend. I had some ideas like tying the admin dashboard to an Ip address but the Ip will be changed when I restart the ...
-1
votes
1
answer
18
views
Kubernetes pod restarts with `OOMKilled` and exit code 137 — how do I diagnose and fix it?
I have a FastAPI service (myapp, listening on port 8080) running in a local k3d cluster in namespace myapp. The pod keeps restarting and I can't figure out why. kubectl get pods shows the restart ...
Best practices
0
votes
2
replies
42
views
When AI Starts Building Itself: What Humans Should Focus On Next
When AI Starts Building Itself: What Humans Should Focus On Next
Anthropic’s article, “When AI builds itself,” raises a central point: AI is no longer just helping humans work. It is increasingly ...
Tooling
0
votes
3
replies
23
views
What is the official open-source license of OpenTiny NEXT
What is the official open-source license of OpenTiny NEXT, and what are the detailed usage restrictions for individual developers, overseas startups, commercial enterprises and open-source project ...
Best practices
0
votes
0
replies
17
views
what are minimum image per class requied for max efficiency for efficientnet-lite0 and mobilenetv2 models
I am working on an image classification project for plant disease detection using transfer learning models such as MobileNetV2 and EfficientNetLite. My datasets include 11 classes for maize diseases ...
Advice
0
votes
0
replies
10
views
Selecting and returning a single cell from a grid from within the shell?
I'm running under Debian 13 linux.
Suppose I have a file with the following contents ...
A
B
C
D
E
F
G
I know how to use zenity and yad with the --list command-line argument to display this file's ...
Advice
0
votes
0
replies
10
views
Seeking advice on audio-to-audio alignment for Remix/Original MV lip-syncing
I am building a tool for DJ mixes that automatically synchronizes the official MV of an original song with a remix version (mp3). The goal is to perform lip-syncing for the vocal sections and switch ...
3
votes
1
answer
48
views
Blurring artifacts when displaying an image in xaml format
I have a simple image in svg-Format, created in Inkscape. It's just a grid consisting of few lines and bricks representing cells. I converted this image in xaml using Inkscape and used it in my ...
Advice
0
votes
0
replies
31
views
Structured LLM router misclassifies SAP BASIS Trainer job description, generating invalid coding tasks
What we are trying to achieve
We have a multi-step LLM-driven recruitment pipeline. The Role Router classifies a job description (JD) as either TECHNICAL or NON_TECHNICAL. Next, the Language Router ...