Newest Questions
24,149,496 questions
0
votes
0
answers
12
views
Why does my approach for "Maximum Subarray Sum After at Most K Swaps" fail on some test cases?
I am solving the following problem:
Maximum Subarray Sum After at Most K Swaps - Leetcode #3962
You are given an integer array nums and an integer k.
You are allowed to perform at most k swap ...
Advice
0
votes
0
replies
18
views
Google OAuth Verification Stalled for 6+ Weeks - No Feedback Provided
I am seeking guidance on how to escalate an OAuth app verification request that has been stuck in the "Under Review" state for over 10 weeks with zero communication from the Trust & ...
-2
votes
0
answers
18
views
Backend request crashing [closed]
What could be the issue if you are recienvg an error 500 or simply your backend is crashing due to missing supabase_service_role_key yet you jave configured your var correctly in cloudfare pages?
Advice
0
votes
0
replies
24
views
VL53L0X on a minimal processor?
I'm hoping to use a single VL53L0X sensor on a uC with minimal resources (like a Nuvoton MS51BA9AE or similar) but I've come to understand that the reason these sensors are so cheap is that most of ...
Best practices
0
votes
0
replies
20
views
Is fixing child.prototype.constructor necessary in ES5 if we solely rely on [[Prototype]] check methods like Object.getPrototypeOf()?
When implementing the parasitic combination inheritance pattern in ES5, almost every resource (including Nicholas Zakas' book) insists on fixing the constructor property like this:
function ...
0
votes
0
answers
22
views
Setting prompt color based on last command status
I'm attempting to set the prompt of tcsh according to the status of the last command, as given by $status, but I'm encountering difficulties managing that.
Displaying the status itself is no trouble; ...
1
vote
0
answers
29
views
Health Connect rate-limit RemoteException on API 33 and below, even on the first call
I use Health Connect inside a DataSapien SDK. On API 34 our read flow works fine. On API 33 and below, we get this immediately
android.os.RemoteException: Request rejected. Rate limited request quota ...
-2
votes
0
answers
29
views
Virtual machine ubuntu guest additions not working [closed]
Guest install CD not working on VM ubuntu 26. Here is output of var/log/vboxadd-setup.log
https://pastebin.com/Yv5bVKU6
Building the main Guest Additions 7.2.6 module for kernel 7.0.0-22-generic.
0
votes
0
answers
37
views
Eager loading nested collections via multi-level Include statements causes synchronization delays in desktop data contexts
I am working on an optimized logistics application using a desktop client interface with an isolated SQLite data source managed by Entity Framework Core.
When attempting to invoke multiple level eager ...
0
votes
0
answers
25
views
aaPanel url rewrite stopped working after updating panel
Today I updated my aaPanel software and now my url rewrite is no longer working.
I had this:
rewriteengine on
rewritecond %{HTTP_HOST} ^www.domain.com/$ [OR]
rewritecond %{HTTP_HOST} ^domain.com$
...
-4
votes
0
answers
37
views
What must i do if a recipent service agreement is required for accounts in za [closed]
The game is asking if where will I bank so I said South Africa ZA and it's says A recipient service agreement is required for accounts in ZA To specify the recipient service agreement se https;//...
-1
votes
0
answers
27
views
Handling multiple recipients
I succeeded in using jose4j to generate a JWE using asymetric EC key.
Is it possible to handle multiple keys like I did with nimbus or cxf? Something like passing a JsonWebKeySet to JsonWebEncryption ...
Advice
0
votes
1
replies
35
views
Chronic AI Code Mutation & Context Drift in Autonomous Agent Workflows despite Git/CI Controls — Looking for Permanent Architectural Solutions
For the past several months, I have been using state-of-the-art AI developer models (such as Google Codex and Anthropic Claude workflows) to manage, modify, and deploy our multi-brand codebase.
While ...
0
votes
0
answers
37
views
Cannot change orientation of triangle in ThreeJS
I have an octahedron whose vertices coordinates came from a computation. I build the object using a BufferGeometry and a MeshStandardMaterial (see the code below).
The resulting object has 4 facets ...
-1
votes
1
answer
38
views
Is adding billing info (credit card) in google developers important in order to use Google Custom Search JSON?
So i have made the env variable for Google Custom Search JSON, and I have made the programmable search engine.
Its just now working no matter how much debugging I do...
Gives this error:-
Is billing ...