Jackson Huff

Results 86 comments of Jackson Huff

@Antiz96 What are the requirements to put Clipboard onto the main Arch repo other than having one package for binaries? If there have to be certain features, then maybe we...

> Detecting if OpenGL is available is gonna be pretty hard. I don't know if this trick would work on Windows, but for my own C++ project we try to...

I think the point I was making was that this trick lets ImHex check GPU support at runtime so that we don't need to check it in the MSI. Basically,...

What stops ImHex from just falling back to NoGPU features if it can't make an OpenGL window?

The Clipboardy fix to this would be to link ImHex to Windows OGL as normal, but if loading OGL from that fails, then dynamically open Mesa as a fallback. Mesa...

Personally, I feel like there's a middle ground to be had here. Instead of Rewriting in Rust™ in one shot, it would be best to keep operations going as normal...

Is this going anywhere? Kitty has unlimited scrollback, several tools (including a clipboard manager of mine) can fill the maximum buffer size within a second, and faster hardware today makes...

I just got a result of 6.4GB from doing `yes` on kitty with 1M line scrollback, so that's actually not bad. Why not let power users who likely have 100GB+...

> power users could compile alacritty with `u32::MAX` for scrollback. This doesn't actually answer the question though, why not just make this option available and let whoever makes it unlimited...

@leo-arch Sorry for the really late response, but here's my list of tips for making it better/simpler: - Move the Getting Started section to the verrry top because I only...