Bountied questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
149 views
+200

I’m debugging a model conversion using onnx2tf and post-training quantization issue involving Einsum, BatchMatMul, and FullyConnected layers across different model formats. Pipeline: ONNX → TF ...
Saurav Rai's user avatar
  • 2,197
-3 votes
1 answer
100 views
+50

Issue: Flink application throws Thread 'jobmanager-io-thread-25' produced an uncaught exception. java.lang.OutOfMemoryError: Direct buffer memory and terminates after running for 2-3 days. No matter ...
Strange's user avatar
  • 1,514
3 votes
2 answers
132 views
+500

I'm using com.squareup.wire.GrpcStreamingCall along with OkHttp in a Kotlin mobile app to stream gRPC events from a backend service. The issue I'm facing is that the client does not receive the ...
Umesh's user avatar
  • 4,286
3 votes
2 answers
181 views
+50

Problem I'm trying to use clangd for LSP in Neovim with CUDA .cu files, but it fails to recognize standard C++ library features on the host side. Even simple host functions using std::format, std::...
NeKon's user avatar
  • 274
2 votes
2 answers
97 views
+100

On App Store Connect -> Apps -> Your App -> Monetization -> In-App Purchases there is a message Your first in-app purchase must be submitted with a new app version. Create your in-app ...
FuzzyWuzzy's user avatar
1 vote
1 answer
688 views
+50

For the last 2 month or so IntelliJ (Ultimate) no longer responds to CTRL-C interrupts. I use powershell as integrated terminal (tried all other available terminals as well), and no luck. If I use ...
Sonaryr's user avatar
  • 1,122
0 votes
3 answers
170 views
+50

I have an Angular 18 app and need to inject environment variable values from a .env file into my environment.ts file and environment.development.ts. I want the values available during development (ng ...
binga58's user avatar
  • 89
-2 votes
0 answers
64 views
+200

When we do that, the Live Activity is immediately ended without any alert or sound. The dismissal-date is only used for the Lock Screen. It no longer shows on the Dynamic Island. Yet it says on Lock ...
mfaani's user avatar
  • 37k
0 votes
0 answers
55 views
+50

I'm trying to connect to my database through Rider but it doesn't work since I encrypted my database with SQLCipher. Tutorials say I should add these fields in the "Advanced" tab but that ...
FluidMechanics Potential Flows's user avatar
14 votes
6 answers
11k views
+500

I've looked around, and it doesn't seem like there's any standard of what HTML tags are 'allowed' in RSS - you could put anything in. But the readers I tested only allow certain things. In my initial ...
Tom Ritter's user avatar
  • 102k
48 votes
4 answers
42k views
+50

I'd like to link to some URL in my Sphinx docs: <a href="http://some.url">blah</a> I have found something similar in the docs: http://sphinx-doc.org/ext/extlinks.html - but it ...
Anton Arhipov's user avatar
1 vote
0 answers
78 views
+200

In gradle, both Kotlin and Scala compiler plugins have limitations: they can both compile Java code in mixed-order, but they cannot compile each other. The only option is to: compile Scala code first ...
tribbloid's user avatar
  • 3,792
3 votes
3 answers
286 views
+200

Mon 17 Nov 2025 Update I have implemented @kakaiikaka's and @orbanbalage's suggestions individually and one a time to no avail--I got same error message I've been receiving from the beginning: make: **...
P. James Norris's user avatar