Newest Questions
24,160,019 questions
Tooling
0
votes
0
replies
10
views
virtual machine with no ssh can't access my local files
So, I launch my virtual machine with this command
qemu-system-arm -M ast2600-evb -nic user -nographic -drive file=image.static.mtd,format=raw,if=mtd
but ssh is not activated in my virtual machine, I ...
0
votes
0
answers
8
views
Visual Studio 2026 does not load my AsyncPackage marked with ProvideAutoLoad
I am developing a VS 2022+ extension which needs to perform some initialization when a solution is loaded. So I marked my AsyncPackage with a ProvideAutoLoad attribute and wrote initialization code in ...
-4
votes
0
answers
17
views
When I run testcase, browser can't open sucessfully [closed]
Recently, I've been facing this issue:
enter image description here
"retryTestPages": false,
"ajaxRequestTimeout": 120000,
"pageRequestTimeout": 60000,
"...
0
votes
0
answers
12
views
why painting on android is different with on windows?
when I draw string (color = black) on android and windows Painting
Painting on android I can not get colors only alpha.there is only alpha in android canvas paint.
but when I scale on windows
you can ...
-2
votes
0
answers
20
views
How to speed up barcode + OCR pipeline (ADB + Python + PHP queue) for real-time processing? [closed]
I built a system to process Aadhaar card data using the following pipeline:
1. Mobile camera captures image
2. Python script uses ADB to pull image from /sdcard/DCIM/Camera
3. Barcode (AWB) + text (...
-3
votes
0
answers
14
views
Autodesk Model Derivative not processing in DEU region [closed]
What could be the reason that using the model derivative api with the DEU region takes forever to transform an asset and fails with a timeout but it works in US or EMEA within seconds?
-2
votes
0
answers
18
views
Environment variables not being picked up in Next.js standalone build
I have set output: 'standalone' in my next.config.ts. When I run the production build using node .next/standalone/server.js, my server-side environment variables defined in .env.production are not ...
-1
votes
0
answers
14
views
getting an error with gemini api which is persistant over my system which were using api keys
Gemini API 429 Error — Incident Summary
Our chatbot was throwing 429 RESOURCE_EXHAUSTED errors from Google's Gemini API. After investigation, this is confirmed to be Google's backend issue, not our ...
Best practices
0
votes
0
replies
8
views
Designing price synchronization strategy between DB and external APIs in an e-commerce system
I’m building an e-commerce system that sells digital products (e.g., game top-ups, gift cards) from multiple external providers.
Current Architecture
Products from providers are synced into my ...
0
votes
0
answers
8
views
Sage Intacct Aplication Registration
I am trying to create an Application in Sage Developer account to the Production environment. Objective is to connect to Power BI. But I am not getting my secret and throwing below error:
I am ...
Tooling
0
votes
3
replies
11
views
Pomelo version compatible with EF Core 10
My employer is making us use ef core 10 and I have problem migrating data because the pomelo nuget package that seem to be out and available is v 9
when will the version that's compatible with ef core ...
0
votes
0
answers
23
views
WPF C# application showing very high unmanaged memory usage – how to identify root cause?
I'm currently facing an issue with very high unmanaged memory usage in my WPF C# application, and I'm struggling to identify the root cause.
From my profiling results, I can see:
Total memory used: ~ ...
0
votes
0
answers
7
views
AVCaptureDevice.exposurePointOfInterest readback does not match set value on iPad Pro M4 / M3(UltraWide)and Gen2,3,4(TrueDepth) using resizeAspectFill
Environment:
Devices: iPad Pro 11" M4, iPad Air 11" M3, iPad Pro 11" Gen2/3/4
Language: Swift
Framework: AVFoundation
Front camera: UltraWide (M4/M3), TrueDepth (Gen2–4)
Video ...
-1
votes
0
answers
9
views
Does revalidateTag,updateTag triggers proxy.ts?
Does revalidateTag,updateTag triggers proxy.ts ? If yes, then i can implement refresh token or token rotation on one file proxy.ts
0
votes
0
answers
11
views
Delay in Hangup Signal from UI to Asterisk Causing Incorrect Call Recording Duration
I’m facing an issue in my VoIP application where there is a noticeable delay in the hangup signal being sent from the UI to Asterisk. Because of this delay, the call recording duration ends up being ...