-
I'd love to help out providing Debian/Ubuntu/Fedora etc. packages. I already build a lot for SteamOS, but I am familiar with rpm/mock a bit and for Debian flavors, pbuilder. I have my own repository a…
-
Thanks for your work on this project! Is it still active and useable? I am using Julia 1.3.1, running on Windows 10. As directed by the README, I attempted the following command,
`Pkg.add("SFML")`…
-
Having an issue building libvips for x86_64 MacOS 10.14 using SDK 10.15 and clang 16, I'm getting a couple undefined symbols, and I can't find them anywhere in the generated toolchain:
```
FAILED: l…
-
I think there is a general logic error with AlarmInterrupt in that it can be raised in a destructor, where Python will then ignore it. This causes doctest timeout like:
```
sage: try: # long time
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51150](https://bugs.llvm.org/show_bug.cgi?id=51150) |
| Status | CONFIRMED |
| Importance | P enha…
-
Hi! I'm getting an issue where maketask() kills the kernel after running. Everything runs, it does the optimization correctly and prints everything, but following that IJulia (in jupyter notebooks) sa…
-
The following crash can be triggered when pressing the brightness keys on some systems:
```
INFO:gabelstaplerwm::wm::window_system: executing binding for KeyPress { code: 233, mods: 0, mode: Normal …
-
I’m working on a distributed pipeline algorithm that uses several stages per worker process. IIRC tasks cannot hop between threads once they’ve been scheduled. Since I want my stages to potentially ru…
-
https://lab.llvm.org/staging/#/builders/sanitizer-x86_64-linux-bootstrap-msan
-
Builds okay, but when run I get the following:
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Couldn\'t find any pixel format that matches the criterias."', /buildslave…