Newest Questions
24,151,691 questions
Advice
0
votes
0
replies
6
views
Parent's long task affect on iframe loadtime
so does long tasks of parent frame affect iframe's loadtime of the iframes?
Long js tasks block the main thread causing delay in other rendering processes as well but iframe and parent run on ...
-1
votes
0
answers
13
views
Photoshop Action Help for Sizing Photos Down to Specific Sizes
I have a large number of photos that were scanned from negatives years ago. Ideally, they would be a perfect 3x2 or 2x3 aspect ratio but that is not the case. I am looking to size them for the web ...
-1
votes
0
answers
21
views
nginx docker server works for HTTP, but gets Recv failure (35) when connecting via HTTPS
I have a nginx server, that after I reconfigured it for HTTPS connection along with a cert from certbot, refuses connections.
When I tried to curl -v https://127.0.0.1:8443 I got this error, which I ...
0
votes
1
answer
48
views
How to @copydoc from a function that is yielded
I have a function testFixture that contains a large block of Doxygen documentation. This function is called within a test function testA that yields testFixture
Applying @copydoc testFixture or its ...
Advice
0
votes
0
replies
33
views
Restricting the direct dependencies of an application
The direct dependencies of an application are listed in its package.json file. We have multiple applications development teams in our organization. We would like all development teams to use only a ...
-2
votes
0
answers
20
views
Azure OpenAI Realtime /client_secrets returns 500 when session.input_audio_transcription is present
I can reproduce this consistently in Azure OpenAI Realtime and want to confirm whether I am using an unsupported transcription model value or hitting a backend issue.
Environment:
Region: Sweden ...
Advice
0
votes
0
replies
17
views
Optimizing Multi-Stage RAG Pipeline in Spring Boot: Extremely Slow & Poor Performance (Open to Changing AI Models)
Background
I am maintaining a Spring Boot (Java) backend for a university campus platform. We recently implemented an Agentic RAG pipeline using Google's GenAI SDK (Gemini models) and Vertex AI ...
Advice
0
votes
0
replies
18
views
Confused between gRPC and Rabbitmq for nodejs and python AI microservices
I am building an AI platform where:
nodejs is the main backend or gateway.
Python handles AI/LLM processing services include chat, OCR, resume analysis, document AI, etc.
Initially i was planning to ...
-1
votes
0
answers
14
views
Is it possible to combine Blazor Server and Blazor WebAssembly in the same deployment with authentication for both?
I am working on a Blazor application where I would like to use both Blazor Server and Blazor WebAssembly (WASM) in the same deployment.
My goal is:
Keep admin pages running on Blazor Server (cookie‑...
Advice
0
votes
0
replies
20
views
Appscript limits For a personal account
Good afternoon. It's important for me to understand if I pay for the starter plan, whether I'll get an increased appscript limit, like enterprise accounts.
Либо нужен другой, более дорогой тариф. Не ...
Advice
0
votes
1
replies
29
views
Does all async function handler/callback dont run on same event loop
I was learning about eventEmitter and it said the phase "When the events are emitted asynchronously,
the user has all the time to register new listeners even after the EventEmitter is
initialized,...
Advice
0
votes
2
replies
61
views
Technical vs. Innovational
I can code but not without help, or a blueprint on a project. Not very good at initation but I'm above average in bug spoting & troubleshooting.
Should I be concerned? I get the job done but, I ...
0
votes
0
answers
25
views
StackOverflowError during mvn clean install on Jenkins
I have a Spring Boot artifact that builds perfectly fine via maven on developer machines, however on our Jenkins server the build fails with a StackOverflowError (stack trace below).
This is the only ...
-2
votes
0
answers
53
views
How can the behaviour of Open Liberty be off from the source code?
We run our application in OpenShift using an image based on
open-liberty-s2i version 26.0.0.3, so Open Liberty 26.0.0.3. In our server.xml we are using feature jdbc-4.2. Now we are encountering a ...
-4
votes
0
answers
32
views
tvOS: ButtonStyle with pan/focus APIs
Does anyone know if SwiftUI has exposed ways to get the pan/focus effects that tvOS's .card style uses? I think it's possible to make a custom ButtonStyle with a focus effect. But I can't seem to find ...
