Bountied questions

0 votes
1 answer
203 views
+50

I am trying to deploy my first flutter app to an android emulator in vscode/intelij/android studio. All give me the same error. I have been searching and can't find a solution. Deploying to a medium ...
coloradoman's user avatar
0 votes
2 answers
98 views
+50

I am using InstallShield 2020 Premier R2. ​ I got the code signing certificate from DigiCert and use its KeyLocker to do the code signing. ​ In the past, I install everything on my WIndows 7 and ...
alancc's user avatar
  • 929
4 votes
1 answer
240 views
+50

Consider this example: #include <atomic> #include <cassert> #include <thread> int main() { std::atomic<int> x = 0, y = 0; int result = 0; bool flag = false; ...
xmh0511's user avatar
  • 7,810
0 votes
1 answer
116 views
+50

HI I'm trying to calculate VOLD Ratio, but when I'm testing my functionality I'm facing below issues Getting mismatch between polygon volume vs trading view volume (-2.5%) My VOLD Ratio is much more ...
Oskar Woźniak's user avatar
6 votes
1 answer
211 views
+100

I am developing an Android ARCore app (native ARCore, not Sceneform). The app worked correctly around November 2025, but since December, plane detection no longer works. Symptoms In the debug overlay: ...
michael k park's user avatar
0 votes
0 answers
56 views
+50

I’m working on a Linux kernel module on AArch64 and I want to create **aliases** of an existing memory region in the kernel: that is, map a second (or third, fourth, etc.) kernel virtual address range ...
Gal Kaptsenel's user avatar
0 votes
1 answer
73 views
+100

I'm trying to forward file from http download to s3AsyncClient. Its important for it to be asynchronous, and close to zero copy, so i used netty HttpClient and S3AsyncClient and I pass file through ...
John Jeromin's user avatar
0 votes
1 answer
30 views
+200

I have a simple ServiceStack client software: var client = new ServiceStack.JsonServiceClient { BaseUri = "https://jsonplaceholder.typicode.com/" }; var results = await client.GetAsync&...
Jan Martin's user avatar
0 votes
2 answers
126 views
+50

I have a DataGridView control on a Windows form, and I am using the CellPainting event to apply custom styling. This here is my styling code: private void dgv_CellPainting(object sender, ...
Jake Doe's user avatar
2 votes
1 answer
2k views
+50

Trying to bind cursorWordEndRight to alt+;+l so that the command triggers when I press all three simultaneously, - not as a chord - but it highlights red in my Keybindings.json file and says You won't ...
Michael Moreno's user avatar