-
### 🐛 Describe the bug
Since Pytorch 2.2 (until now - current PT nightly) trying to run backward() on compiled unbind or split ops, a RuntimeError is thrown. As suggested in the error message, call…
-
### Updated Summary
See the full details below. The updated idea is to have `Import` include child elements that would be treated like they were part of a `` in a separate file. In that way, you can …
-
### Issue Description
If you have some code running outside of an apollo context like this:
```
useSuspenseQuery(myQuery, { skip: true, client: myClientInstance });
```
that seems to work m…
-
# Lines of code
https://github.com/code-423n4/2024-03-taiko/blob/main/packages/protocol/contracts/L1/libs/LibProving.sol#L219-L236
https://github.com/code-423n4/2024-03-taiko/blob/main/packages/proto…
-
We are encountering a circular import issue in our Venue Booking System project. The circular import is causing conflicts and preventing the application from running as expected.
### **Details**
1…
-
I was wondering if hevm plans to support a symbolic execution mode where concrete inputs can be used to refine or prune the exploration. The typical example is what is explained in [the Driller paper]…
-
I see the error `Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node` popping up in sentry from time to time. I have yet to reproduce it when I try, but I kno…
-
An idea could be that every command inside this block get prefix with `sudo`.
Another can be like a check if the script is running as root or not, like a function `user_is_root`.
Mte90 updated
1 month ago
-
### 🐛 Describe the bug
In this [reference](https://github.com/pytorch/vision/blob/main/references/video_classification/train.py), I got this when I try to load cached dataset.
```
Traceback (most r…
-
This issue collects interesting lifetime checking cases that the current effort does not detect.
#### array-resize-with-ref
``` chapel
proc testInvalidRefAfterArrayResize() {
var D = {1..100…