-
```
using Meshes
l = Meshes.Line((0.0,0.0),(1.0,1.0))
b = Meshes.Box((0.0,0.0),(1.0,1.0))
intersect(l,b)
```
crashes with
> ERROR: StackOverflowError:^C
> SYSTEM (REPL): showing an error c…
-
**Describe the bug**
After upgrading from mise-2024.10.12 to mise-2024.10.13, typing "mise run " and then pressing [TAB] (using bash completions) results in the following output:
```
$ mise run E…
-
### 🐛 Describe the bug
# Summary
Using `Tensor.all()` on CUDA tensors with `float32` dtype causes an "illegal memory access" exception after upgrading to PyTorch 2.5 in combination with Python 3…
-
To reproduce:
* Visit: https://en.wikipedia.org/wiki/Trollface#/media/File:Trollface_non-free.png
* Use the back arrow to navigate backwards.
This results in a crash with the following stack trac…
-
How would this work on GNU/Linux?
```
.\venv\Scripts\activate
```
-
```
$ docker run -it -v /root/.docker-conf/nanit:/data --entrypoint=/app/scripts/init-nanit.sh indiefan/nanit
exec /app/scripts/init-nanit.sh: exec format error
$ uname -a
Linux services-pi-2 5.4.…
M0LTE updated
2 weeks ago
-
```
$ juliaup self uninstall
Do you really want to uninstall Julia? yes
Removing background self update task. Success.
Removing startup self update configuration. Success.
Removing PATH modifications …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue present i…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/Khfrbeqc9](https://godbolt.org/z/Khfrbeqc9)
This code will crash on Clang Assertion Trunk.
```cpp
#define …
-
I was following the instructions for SEA from [here](https://nodejs.org/api/single-executable-applications.html).
Here are my steps:
```
$ node --experimental-sea-config sea-config.json
Wrote si…