Newest Questions
24,144,109 questions
Score of 0
0
votes
0 answers
0
answers
19 views
19
views
Spring Batch with SQL Server: Best approach for full-file aggregation before processing 4M records — memory vs performance vs lock contention
Business Requirement
I need to process large CSV files (4M records) which contains ID and other contact info as batch job. The batch updates three SQL Server tables.Core constraint — cannot use line-...
Score of 0
0
votes
0 answers
0
answers
22 views
22
views
Incorrect project_id in google auth response
I am using firebase authentication (phone/email) for my app. To initialize the firebase app, I have taken the firebase configuration JSON. In the JSON file, I see the expected project ID. Below is my ...
Score of 0
0
votes
0 answers
0
answers
26 views
26
views
In-app purchases status won't change even after filling all the metadata required
I have filled all the meta data required for in app purchase (as shown in the screenshots) to change its status to "ready to submit", apparently for some reason it won't and it stuck to &...
Score of 0
0
votes
0 answers
0
answers
30 views
30
views
Problem opening Access database requires a newer version of Microsoft Access
I have the following environment:
Windows 11, version 25H2
Microsoft® Access® for Microsoft 365 MSO (Version 2606 Build 16.0.20131.20154) 64-bit
Microsoft Access Database Engine 2016 Redistributable (...
Score of -3
-3
votes
0 answers
0
answers
24 views
24
views
How should I address the latency limitations of a TypeScript codebase? Should I refactor it in Go or Rust? [closed]
I’m not sure whether this is the best place to ask and discuss this in real time, but I have a question and would appreciate your input.
I believe I may have reached the limit of the optimizations ...
Score of 0
0
votes
0 answers
0
answers
15 views
15
views
Retrieving TKVars associated with a given Widget - Possible?
When you create a TKVar (for example, a StringVar, for holding Entry text), you can assign it a Master Widget, much like you can when creating any other Widget. Logically, then, you should be able to ...
Score of 1
1
vote
1 answer
1
answer
34 views
34
views
Can I disable if statement "simulation" (for the lack of a better term)
@echo off
set /a var= 5
if %var% gtr 5 (
set /a var= %var%*5
)
echo %var%
pause
this will echo 5
HOWEVER, it still looks through the entire if statement, and if there's a lot of ...
Score of 0
0
votes
0 answers
0
answers
24 views
24
views
IDispatch::Invoke crashes server-side COM framework for basic IAccessible implementation for child count 1+ for IAccessible::get_accChildCount
Trying to implement basic accessibility support for a custom GUI (server-side) - all GUI controls are custom/non-MS - via "IAccessible", however my COM framework keeps crashing. Even pure ...
Score of 0
0
votes
1 answer
1
answer
63 views
63
views
Modern c++: operations on function pointers will break the constexpr function
I'm on MSVC/c++23.
I used some trick to generate type id at compile time:
export template<typename... T> void type_id() {}
export using type_id_t = void(*)();
//
type_id_t one_id = type_id<...
Score of 0
0
votes
0 answers
0
answers
22 views
22
views
Make Automation - Gemini Connection
I had a stable connection with "Vertext AI" through Make automation.
But I wanted to use the same scenario, I get the following error;
"The run couldn't be completed
[404] Publisher ...
Score of 0
0
votes
1 answer
1
answer
36 views
36
views
Error from lintReportDebug: Error: Call requires permission which may be rejected by user:
I copy-pasted some code from the Find BLE devices documentation, but I am getting this error:
/home/heller/DeliveryBox/MobileApp/DeliveryBox_Android/app/src/main/java/com/deepsoft/deliverybox/...
Score of -1
-1
votes
0 answers
0
answers
52 views
52
views
Webpack parsing error when bundling fine-looking files
Webpack seems to choke on a ?? operator.
Source file:
export function error(msg) {
alert("An internal error occured : " + (msg ?? "<unknown reasons>"));
throw ...
Score of -2
-2
votes
0 answers
0
answers
31 views
31
views
How to handle logically impossible undefined values in TypeScript when noUncheckedIndexedAccess is enabled
I realized that I had not enabled the noUncheckedIndexedAccess option in my tsconfig.json and enabled it to make my code safer. Then, I started getting errors saying that some variables could be ...
Score of -3
-3
votes
1 answer
1
answer
79 views
79
views
Minecraft automation to break stones [closed]
I'm using python to automate Minecraft.
The code is basic and my objective is to break stones automatically.
import pyautogui as py
from datetime import timedelta as dt
#The time it takes for the ...
Score of -2
-2
votes
0 answers
0
answers
64 views
64
views
url rewrite showing php of page
I'm trying to make it so when a user views mydomain.com/33 it will show view.php?id=33
# nginx configuration by winginx.com
default_type text/html;
location / {
if ($http_host ~ "^www....