-
While testing #619 I noticed (what I think is) an unrelated issue: if you kill the run immediately after it has been killed you get an error:
```
% lviv run reverse_hash/input2 | tee >(grep -o '[0…
-
https://ankidroid.org/acra/app/1/bug/252754/report/bfee7d84-b645-4e6f-99ff-8f21822c9c4e
```
net.ankiweb.rsdroid.exceptions.BackendInvalidInputException: not at top of queue
at net.ankiweb.rsdroid.ex…
-
Support manual import, or show a notice that it only works in web UI.
```
GET /api/v3/manualimport?downloadId=...&filterExistingFiles=false
POST /api/v3/command {payload}
```
Show message if …
-
![image](https://github.com/user-attachments/assets/18aa56de-6054-490b-b7bf-0358cc200ece)
After clicking this button, there is no effect
Only the cpu and memory buttons are normal.
-
Hi, first of all, thank you for keeping this project maintained and up to date. I upgraded the firmware recently and I'm really appreciating the additional features and stability!
However, I someti…
-
Tested with 17.0.12.1 on Power linux, but problem is likely common to all versions and platforms.
When running in FSD mode class redefinition causes all methods to be unloaded from the code cache. …
-
same question like #10085
When `curl pod-ip:user-container-port` directly, rps are normal, but when `curl pod-ip:queue-proxy-port`, rps is lower
```
root@master:~# hey -z 60s -c 70 http://172.22…
-
If you're unaware https://maxroll.gg/wow/resources/spell-queue-window
I'd love to see the spell queue window along side of the latency bar. Would be great and help with my fingers.
-
[replaceTrack](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-replacetrack) says: _"6. Return the result of [chaining](https://w3c.github.io/webrtc-pc/#dfn-chain) the following steps to connection'…
-
I tried using this lock free queue in our program, but the performance of the task was even worse.
Our program scenario involves multiple queues, each with a fixed number of elements. After an elem…