Eli Array Minkoff
Eli Array Minkoff
Additional context: when replacing the ESC character with `^[`, the output of `bat -pp bat-bug-test` is as follows: ``` ^[[1;32m^[[38;2;220;220;220m^[[32m^[[1;32mgreen,bold ^[[0m^[[39m^[[38;2;220;220;220m^[[1;32mcolorless,bold ^[[0m^[[35m^[[38;2;220;220;220m^[[35m^[[1;32mpurple,bold ^[[0m^[[39m^[[38;2;220;220;220m^[[1;32mcolorless,bold ^[[0m^[[0m^[[38;2;220;220;220mcolorless^[[0m ``` The coreutils `cat` results in...
I just installed v0.18.3 with `cargo` and tried it out, and got the following: ``` ^[[38;2;220;220;220m^[[1;32mgreen,bold ^[[39mcolorless,bold ^[[35mpurple,bold ^[[39mcolorless,bold ^[[0mcolorless^[[0m ``` The visual appearance is pixel-for-pixel identical to `busybox cat`...
Don't know how I missed that. My bad.
I just realized that the issue persists even with `--wrap never --color never`. The result is as follows: ``` ^[[1;32m^[[32m^[[1;32mgreen,bold ^[[39m^[[1;32mcolorless,bold ^[[35m^[[35m^[[1;32mpurple,bold ^[[39m^[[1;32mcolorless,bold ^[[0mcolorless ``` It seems like `bat` is...
To be clear, I was the one who closed the issue myself - no need to apologize.
Ran into the same issue on gnome-terminal and kitty, on Pop!_OS 21.04 **kitty:**  **gnome-terminal:** 
I'm a college student studying computer networking and cybersecurity, and I'm working on a project in which I create minimal executables for different architectures that simply call the `write` and...
Thanks for the feedback on my project. While could work if I was working in C, I'm creating the binary directly, byte by byte, in a minimalistic hex editor, partly...
I have 2 usernames that I use on different sites, and the following websites came up for both of them (in NSFW mode). I have never created accounts on them,...
> What is the issue with downloading the Debian package directly from the releases page? > > https://github.com/PowerShell/PowerShell/releases/download/v7.4.0/powershell_7.4.0-1.deb_amd64.deb It won't get updated with APT that way, and there's no guarantee...