Newest Questions
24,149,565 questions
Best practices
0
votes
0
replies
2
views
Modelica unit for trace substance in PPM
I want to use a variable or parameter in Modelica to track or specify trace substances in parts per million (PPM). Can I use one of the existing types from Modelica.Units.SI ?I would think the unit is ...
0
votes
0
answers
42
views
r2dbc call to procedure doesn't return data or they don't pass to the controller
My first Spring Reactor kotlin app with r2dbc:
controller:
@RestController
class RootController (private val svc: ProcessMsgService) {
@PostMapping(
value = ["/"]
, ...
-4
votes
0
answers
45
views
SQL query to get total usuage of items using multiple tables and math [closed]
I am working on project where a user needs to be able to extract a monthly usage of item(s).
The setup for item association is as followed (I'll only mention relevant information):
The user can create ...
Advice
0
votes
1
replies
48
views
Learning RxJS with Angular
At the moment im pretty at the start of programming with Angular and RxJS (about half a year of expirience in sum) and i wanted to use some workshops/tutorials/courses to learn how to use RxJS better ...
-3
votes
0
answers
41
views
Almostnode implementation cannot resolve dynamic file paths when rendering in iframe
I am currently working on a project where I want to run GitHub-hosted projects directly in the browser. I was previously exploring nodepod and came across almostnode, so I wanted to give it a try.
I ...
2
votes
0
answers
37
views
DontDestroyOnLoad() doesn't work for root object
In Unity DontDestroyOnLoad(gameObject) works if the gameObject is a root object - i.e. not a child Object of another one.
How it should work
The object GlobaleCube is used to correctly change the ...
0
votes
0
answers
37
views
Android studio virtual device not showing up
Android virtual device in android studio not showing up.
I don't know how to use the android virtual device and run the app on it
Android virtual device in android studio not showing up.
I don't know ...
0
votes
0
answers
24
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 `...
-7
votes
0
answers
38
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 [closed]
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
18
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 ...
1
vote
1
answer
77
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
17
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
26
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
26
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 ...
-3
votes
1
answer
38
views
Kubernetes pod restarts with `OOMKilled` and exit code 137 — how do I diagnose and fix it? [duplicate]
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 ...