-
Subscribe to this issue for news about this image.
-
Is the following code sound?
```rust
thread_local! {
static X: String = String::from("abc");
}
/// SAFETY: If this function is called in a certain thread,
/// then the returned reference must no…
-
## Feature Request
Have the user be able to reply to a reply to a comment, a sub reply if you will.
Here is how it looks like right now:
![Screenshot 2024-09-15 at 22-23-20 ako lang ata cute …
-
See https://dev-discuss.pytorch.org/t/impact-of-multithreading-and-local-caching-on-torch-compile/2498 for a crash when two threads call torch.compile().
cc @ezyang @gchanan @zou3519 @kadeng @msarouf…
-
This is an umbrella issue to capture planning and strategy discussions at the sprints.
Our draft plan has three points:
1) Add a new itertool, `serialize()`, which will take a non-threadsafe ite…
-
**Steps to reproduce the problem:**
1. Create an agent with a tool in `Agent Tools` and tool in `User Tools` say - `Gmail` with default selected.
2. Publish url.
3. Use the published url to launc…
-
### Description of the bug:
when I want use genai , I need to use this method in an interface request, but when I put "genai.upload_file(path=path,display_name=file)" into the interface method, it w…
-
### Environment
- OS and version: Debian 12
- VS Code: 1.95
- C/C++ extension: v1.22.10
- OS and version of remote machine (if applicable): n/a
- GDB / LLDB version: 13.1
### Bug Summary and Steps …
-
Hello everyone,
we are using ddtrace in production on our celery workers, and those seem to be creating extra threads
![Image](https://github.com/user-attachments/assets/895bedf8-a0d4-489a-8c0e-f06…
-
Currently, `landlock_restrict_self(2)` applies a ruleset on the calling thread, which makes sense from a kernel point of view, and enables some use cases such as tests. However it might be misleading …