-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0
Is debug build: False
CUDA used to build PyTorch: 12.1…
-
From the handout docstring:
num_recursive_calls how many times has raycolor been called already
It does not specify how we stop the recursions.
Should we use hard-coded max recursion con…
-
So basically whenever the system tries to do something, it's eventually caught off by `An error occurred while assigning software_engineer to task clean-up or potentially recover the identified incomp…
-
***Originally reported by @coderedart in https://github.com/JohnnyMorganz/luau-lsp/issues/756***
---
```luau
declare class Widget
state: {string: function(string, Widget)}
end
```
If …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
repo working on: https://github.com/Yuanpei-Intelligence/YPPF …
-
### 🐛 Describe the bug
There appears to be an instance of `torch._inductor.ir.ExternKernel` that has a cycle in its data members that is causing an infinite loop in the `__str__` method.
torch/_…
-
### Nomad version
Nomad v1.8.3
BuildDate 2024-08-13T07:37:30Z
Revision 63b636e5cbaca312cf6ea63e040f445f05f00478
### Operating system and Environment details
OS Name: Micro…
-
GSPlayer 0.2.28
VideoPlayer 1.2.4
Here is a screenshot of a crash report:
![crash](https://github.com/user-attachments/assets/5f0a1318-4435-4187-b512-93e64a9482a8)
-
I tried this code:
```rust
pub enum ObjectOrVec {
Object(u8),
V(Vec),
}
pub fn gen(gen_random_num: fn() -> u8) -> ObjectOrVec {
use ObjectOrVec::*;
fn gen_recursively(
gen_…
-
Hi there! Thanks for a wonderfully useful tool. ☺️
While introducing Recode to a moderately large codebase, I found `mix format` would never terminate. When I added some debugging output, the `Rec…