-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
-
## Problem
`i3` inventory performs many formspec updates (scattered on various callbacks) in the background notably when `awards` is installed (to update the progress bar on each achievement). This…
-
'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
-
Hello,
I recently tried using your library, and it works great on iOS. However, I've encountered a couple of issues on Android. Specifically, the onValueChanged callback sometimes doesn’t trigger, …
-
The callback_url option is not working for code submissions using the Go programming language (language_id: 95) when using the https://judge0-ce.p.rapidapi.com/submissions?base64_encoded=true endpoint…
-
Repro:
```c++
#include
#include
int callback(int a, const EmscriptenWheelEvent* b, void* c) {
return EM_TRUE; // Call preventDefault() on the event
}
int main() {
emscripten_set_wh…
evanw updated
1 month ago
-
@dcharkes is there a way to do variadic arguments that are functions? trying to generate libcurl bindings
```c
CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
```
…
-
The implementation of `LiquidHandler._run_async_in_thread` is not working if the called method actually performs some async stuff.
MWE:
````python
# %%
from dummy_backend import DummyBackend
…
-
It seems that the result from the termination callback is "sticky"/"permanent" even across push/pop. Meaning that if the termination callback ever returns nonzero (indicating to terminate), then all …
-
In the [upgrade documentation](https://github.com/RIPAGlobal/omniauth-entra-id/blob/master/UPGRADING.md#callback-routes), "Callback routes" section the URL `https://example.com/v1/auth/entra/callback`…