Eli Array Minkoff

Results 24 comments of Eli Array Minkoff

> Please don't get me wrong, I understand Microsoft has processes here where apparently supporting new Debian releases are tied to PowerShell releases which makes things awkward. Regardless, Debian releases...

Using `git bisect`, I was able to determine that the issue was introduced in commit 8709150, which is the one tagged `1.11.0`. The commit before that one, c60c995, works properly.

Just gave version 1.12.0 a try, and it is working perfectly. Thanks!

I was able to install on Bullseye with a few extra steps. 1. Enable the official [Debian Backports Repository](https://backports.debian.org/Instructions/) 2. Manually install the `qemu-system` package from the `bullseye-backports` apt repository...

I see. That sucks, but it doesn't seem to explain the issue with symbols from Nerd Fonts - they're just regular characters, which the font provides glyphs for.

Also should probably mention - if oh exits due to this issue, it returns a successful exit code (exit code 0). Given that this is only really an issue with...

Thanks! I was working on writing an `awk` script to add the heading ids to the output of [`cmark-gfm`](https://github.com/github/cmark-gfm), and I wanted to make sure to handle it right. Turns...

The exact Traceback is as follows: ``` [*] Installing [email protected] package from source [-] Cloning 5.9.0 version Traceback (most recent call last): File "/home/eliminmax/.local/pipx/bin/r2env", line 8, in sys.exit(main()) ^^^^^^ File...

Given that the fix for this was merged a few months back, I think this issue should be closed after the next release of `r2env`.