Newest Questions
24,182,956 questions
0
votes
0
answers
47
views
nginx reverse proxy not re-resolving dns after servers restarting
we are having an issue with nginx reverse proxy, over k8s cluster
We have an angular app served by nginx, acts as reverse proxy and as a web server, all API requests are being executed via the nginx.
...
0
votes
0
answers
54
views
How to set maximum linear and angular velocities in RealityKit's physics [closed]
My entities are moving too fast, and I'd like to set a max cap on the linear and angular velocities. It looks like I can't access the velocities directly. These fields are likely internal properties ...
2
votes
1
answer
38
views
Responsive Design using Chakra UI Show Component with When property
The newer Show component now has a when prop, but no longer has the above or below props. I'm trying to follow along with an exercise to use the Show component to display a grid item only on certain ...
1
vote
1
answer
57
views
Python macro to enumerate only selected formulas in a LibreOffice Writer doc
I've written this LibreOffice Python macro, that prints (in ASPO terminal) the inner code of each "formula" (i.e. LibreOffice Math element included in LibreOffice Writer content) of my ...
2
votes
2
answers
145
views
How to avoid implicit conversion in C++ concepts?
Is there a way to prevent implicit conversions happening in concepts? For example, this example compiles with GCC and clang when I actually want it to give an error that the char constructor is ...
0
votes
0
answers
46
views
How to install yarn with mise version manager
I want to install yarn on my machine globally or by project basis, I installed node js with this command ` mise use --global [email protected]` , but am getting this error continuously when i run mise ...
1
vote
1
answer
42
views
Is it possible in Node to wait for a success/error from a net.socket operation before sending an Express response?
I apologize if this is impossible, unadvisable, or answered elsewhere, but I have spent a couple days trying to find an answer as well as changing/testing the code every way I could think of without ...
1
vote
2
answers
72
views
Wrap text within CSS triangle
I'm trying to create triangles with CSS then wrap text content within the triangles itself, so the triangle is the background and the text matches the triangle shape.
I've seen some examples online ...
-1
votes
0
answers
37
views
Microphone Problem in Arch Linux KDE Plasma 6 Wayland [closed]
I am using arch linux kde plasma wayland so the problem i am facing is that whenever i turn on my microphone for voice typing or like voice search or anything it doesn't works but same i try on ...
0
votes
0
answers
34
views
How to put the status of a big entity into a variable in powershell? [duplicate]
when I run the following code in powershell:
cls
$Name = "SQL_PerfMon_DeepDive" # <-- your set name
logman query $Name
I get the following result:
How can I get the status bit in red ...
0
votes
0
answers
25
views
Can Detox toHaveText method be used with a Regexp ? If not, what equivalent solution can be used?
It seems that the [toHaveText(text)](https://wix.github.io/Detox/docs/api/expect#tohavetexttext) detox method accepts only a plain static string (no regexp).
However, we sometimes need to deal with ...
-1
votes
0
answers
63
views
Is it possible to display the parameters from the Json before I use JsonSerializer.Deserialize?
How can I display the function parameters(SessionTicket, Deviceid, Loginemail, Language) in Azure portal when I call my Azure function? I just want to find out if the function parameters are correct ...
-4
votes
0
answers
54
views
Compiling a Jetpack Compose Desktop app into .exe [closed]
I am trying to build a basic compose app (literally the basic one you get from the kotlin multiplatform wizard) into an .exe. I tried whatever methods Claude gave me, but nothing worked, I ended up ...
-4
votes
1
answer
51
views
django model with foreign key onto settings.AUTH_USER_MODEL fails when app is incorporated into other app using postgres [duplicate]
I have a survey app that works fine as a standalone app with no complaints (using sqlite).
But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
0
votes
1
answer
29
views
django model with foreign key onto settings.AUTH_USER_MODEL fails when app is incorporated into other app using postgres
I have a survey app that works fine as a standalone app with no complaints (using sqlite).
But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...