Newest Questions
24,188,012 questions
0
votes
0
answers
8
views
Make a class with an interface redefining `addEventListener` not a declaration merging
I have defined a class extending EventTarget and an interface redefining addEventListener type definition to accept MessageEvent and ErrorEvent, and it works, but my code does not pass @typescript-...
0
votes
0
answers
5
views
UINavigationController push transition safe area bug in compact UISplitViewController on iOS 26
Having a master-detail view with a navigation stack used to be implemented by having a UISplitViewController with 2 navigation controllers.
In compact layout these 2 controllers magically "...
0
votes
0
answers
15
views
JFrog Artifactory: recommended method for migration and post-migration upgrade? (7.x to 7.x)
I'm trying to migrate a JFrog Artifactory (JCR) instance from one server to another, both running the same version (7.41.7). What’s the correct way to do a full migration? Some sources say that a ...
1
vote
0
answers
19
views
JVM HotSpot: what does "reexecute" mean for JIT-compiled code?
The JIT-compiled lines can have a reexecute flag. This is related to deoptimization and I guess JVM has to re-interpret this line if it gets deoptimized? But this is all foggy for me, I can't figure ...
0
votes
0
answers
13
views
How effectively defer BodySubscriber for a blocking operation?
wrote a utility method as described at BodySubscribers#mapping.
static <T, U> HttpResponse.BodyHandler<Supplier<U>> newJsonBodyHandlerDeferred(
final HttpResponse....
1
vote
0
answers
18
views
incorrectly read floats with fscanf
I am writing a code using Virtual C IDE that is to read in a text file with hundreds of lines, each containing a date, time, and eight floats; all these are assigned to arrays of according variables. ...
0
votes
0
answers
21
views
Escaping % from nested Batch scripts inside a loop
I have a batch escaping problem involving 3 files:
chain.bat conatins this code:
for %%x in (%*) do (
%%~x
)
b.bat contains this code:
chcp 65001 >nul
start chrome --profile-directory="...
0
votes
0
answers
26
views
How can I automate loading .bak/.bacpac files from SFTP into Azure SQL and run post-load mapping scripts at low cost?
I’m trying to design a low-cost automated process for refreshing an Azure SQL database from backups that are delivered to an SFTP server.
I receive either .bak or .bacpac files via SFTP. I want to ...
0
votes
0
answers
21
views
Get default remote for git switch
Let's say, for example, I have 3 remotes defined in my .git/config in the following order:
remote3
remote1
remote2
Also, checkout.defaultRemote may or may not be set.
Then, there is a branch ...
0
votes
1
answer
16
views
basedpyright cannot resolve imports from tests directory even though unittest run fine
I'm using basedpyright for static type checking, and it fails to resolve imports from a test utility module located under the tests directory.
However, unittest executes the tests without any issues. ...
0
votes
0
answers
19
views
How to persist "Configure the view" field label changes across deployments?
I’ve just started working with Strapi v5 and noticed that for each Collection Type you can change the field labels via "Configure the view". This is very helpful because the technical field ...
-7
votes
0
answers
34
views
How i can generate an apk/aab file programmatically using JavaScript? [closed]
How i can generate APK/AAB file programatically using JavaScript from a Kotlin/Java android source code inside my vibe-coding web app.
Advice
0
votes
1
replies
23
views
Multiple dongles for bluetooth
I am using windows 11, specifically insider preview.
I have 3 adapters for Bluetooth. One I use 2 laying around due to reasons.
I have 1 generic Adnet bt 5.0 adapter and tp link ub5a BT5.0 nano USB ...
Tooling
0
votes
0
replies
15
views
Looking for a working TensorFlow Lite (.tflite) NSFW detection model for Android
I specifically need:
-A real .tflite file (not .onnx, not .pb, not .pth, not .mlmodel)
-Image classifier model (NOT segmenter or detector)
-Preferably with 5 classes or at least 2: drawings, hentai, ...
-2
votes
0
answers
31
views
I have Erorr in flutter in GetIt instance [closed]
======== Exception caught by widgets library =======================================================
The following Provider Not Found Exception was thrown building _Selection Keep Alive(state: ...