Brian
Brian
Inter has ligatures, Inter's not a monospace or programming font. It's just kinda nice for things like glyph arrows, and repeated characters, not strictly a programming thing.
So, I'm not able to reproduce this on the latest build with Qt 6.9.1. Idk if this is because I updated to Qt 6.9.1, OS patches, or merged recent changes...
Potentially, I could PR more granular arch detection in ScoopInstaller/Scoop, to have separate archs called `64bit-v2` (SSE4.2), `64bit-v3` (AVX2), `64bit-v4` (AVX512)
It does seem to work for me (just [`mcat`](https://github.com/Skardyy/mcat)-ing an image works, I didn't have to do anything extra), it might be because I [patch `conhost.exe` with `OpenConsole.exe` `1.20.2405.06001`](https://redirect.github.com/microsoft/terminal/issues/1817). So...
You can close this, not sure why the bot didn't close it automatically.
How far did you get with this? I wanted to build aria2 for testing a patch I made, and I realized how cancer it is. This branch seems pretty close,...
I'm straight up just having cleanup not consistently work, so maybe there's more to this. ``` ❯ sfsu cleanup -a -g -v --debug All squeaky clean!! ```
@Chealer "Word wrap" being the window dimensions making fake lines, not the actual start and end of the line.
Of course it's not the same thing 🤦. Resizing the window kicks in word wrap, which creates newlines, and the editor's using those newlines on SHIFT layer keybinds (which it...