Bountied questions

Filter by
Sorted by
Tagged with
0 votes
3 answers
194 views
+50

I'm using DevWinUI's shortcut control but I'm confused on how to get the key and modifiers from it and then casting it to the proper types for RegisterHotKey. The shortcut control returns public new ...
Ryan Luu's user avatar
  • 599
-1 votes
0 answers
223 views
+50

Looking at this implementation of multiple-producer single-consumer, which was the implementation in Rust's standard library; however, its memory order model is derived from C++. So, it should be ...
xmh0511's user avatar
  • 7,628
0 votes
1 answer
75 views
+50

I am updating an old project. I have installed new react-native and new modules. However, I am getting an issue with react-native-sound: [runtime not ready]: TypeError: _$$_REQUIRE(_dependencyMap[14],...
kojow7's user avatar
  • 11.5k
0 votes
0 answers
66 views
+100

I'm running integration tests using Testcontainers with Oracle XE. Locally, everything works fine. On GitLab CI, using a Kubernetes executor with Podman as a Docker service, the tests fail with: java....
SGiux's user avatar
  • 863
2 votes
0 answers
670 views
+50

Our app allows users to login through Facebook. The page creates a popup which is redirected to FB login page (https://lm.facebook.com/l.php?u=https%3A%2F%2Fm.facebook.com%2Fdialog%2Fconsent%...
Faire's user avatar
  • 1,051
3 votes
1 answer
99 views
+50

I’m working with RealityKit and I’m seeing a strange black artifact appear in the center of my rendered model. Here’s the relevant code: let camera = PerspectiveCamera() camera.transform = ...
HL666's user avatar
  • 337
1 vote
0 answers
157 views
+100

How can I hide a specific tab and tab container in a ServiceNow configurable workspace based on condition? Example, I want to hide tab name called "My Tab" if the user does not have specific ...
Peter's user avatar
  • 67
0 votes
0 answers
60 views
+50

For November 2025, the Prisma does not support the updating of multiple records with different values. Although the transactions are being considered as main workaround for such cases, the transaction ...
Takeshi Tokugawa YD's user avatar
-3 votes
1 answer
119 views
+50

Executing the npm audit. It will be enough to show just last three issues - all of them has "fix available via `npm audit fix" message: tar <6.2.1 Severity: moderate Denial of service ...
Takeshi Tokugawa YD's user avatar
2 votes
0 answers
81 views
+100

I have multiple UIO interrupts defined. I am using Linux 6.12 without the realtime config (so, using the default scheduler, CFS). My userspace driver is using poll in a loop to watch these interrupts ...
Woodrow Barlow's user avatar
1 vote
1 answer
105 views
+50

I'm writing a custom Maven plugin for building a Flatpak from a Java project. In a Maven mojo I understand we use @Parameter annotations to parse pom.xml file configurations. For example: pom.xml: <...
CraigFoote's user avatar
4 votes
3 answers
17k views
+50

Which are the valid xml encoding strings? For instance, what is the way of specifying UTF-8: encoding="utf8" encoding="utf8" etc Or Windows 1251: encoding="windows-1251" encoding="windows1251" ...
Albus Dumbledore's user avatar
5 votes
4 answers
2k views
+200

I just started using Visual Studio Code. In my company they use Whitesmiths indentation style, but I cannot find a way to set it on VSC. I'm programming in C, so I installed the C/C++ plugin. In this, ...
claude2010's user avatar