-
On Windows, setting threads via `.threads` in `julia_connect()` or via `JULIA_NUM_THREADS` does not work.
See also: https://github.com/Non-Contradiction/JuliaCall/issues/193
-
I am using `grape.embedders.Node2VecGloVeEnsmallen` in an environment where there is a strict limit on number of threads being spawned. I could not find any argument that sets the number of threads.
…
-
My observation is that passing an engine connected to an in-memory `duckdb` database to a different thread doesn't work.
I'm wondering if that's expected or if it would be considered a bug / missin…
-
You can submit here wrong pronunciation that you found.
-
Trying to @printf
----------------------
- Julia Version:
- Plugin Name: Julia
- Plugin Version: 0.4.2
- OS Name: Windows 10
- Java Version: 17.0.5
- App Name: PyCharm
- App Full Name: PyCha…
-
I was thinking about adding 'user profiles' but I think a better solution would be to use the new admin functionality to allow admins to pin threads. then one could create an 'introductions' thread. t…
-
Consider this example https://godbolt.org/z/fEjrzrW8n
```
struct A {
int a;
};
extern __declspec(thread) struct A *a;
struct A*
getA(void)
{
return a;
}
```
clang-cl 19.1.0-rc2…
-
While originally I thought this was part of the fxtwitter thing, I actually think this has to do with the Thread Watcher and trying to grab certain threads. Clicking on the 'check threads'/refresh but…
-
### Steps to reproduce the problem
1. Either post a toot that receives replies from other instances, or reply to a toot from another instance.
2. For the next few days, revisit the post: you can see…
-
#### Environment details
- OS type and version:
- Python version: 3.9.16
- pip version: 22.3.1
- `google-cloud-firestore` version: 2.11.1
#### Stack trace
Traceback (most recent call…