WSLUser
WSLUser
There's also `echo 1 > /proc/sys/vm/drop_caches` and `echo 1 > /proc/sys/vm/compact_memory` you can use to free memory
I would make a comparison to Kitty for performance and possibly even other cross-platform terminals like Contour to gauge what it would take for Mintty to become available on more...
I want to second using notcurses (and adopting the VT sequence) as well as it really would make the difference for any TUI application, especially one like this.
> it would likely be it's own project aimed only at Windows You do realize I brought this up before due to C++ being a platform agnostic language. Why should...
Why not set up Azure pipelines and configure CI/CD? Then you could test all the platforms.
@crramirez looks like F34 has issues due to SELinux compatibility. Can you look into what kernel config options are needed and I can enable those in my config if you'd...
I'm resolving differences between their config and mine. Once it's completed, I'll have a new PR available that you can test out. Cgroupsv2 should be supported by my config already...
I'd like to mention `sudo dnf system-upgrade upgrade` isn't used at least from 31 to 32. Also I used daemonize to get systemd working (WSL2 required) as that is required...
Yep. Having systemd working really helps for Fedora as everything is driven by it. Had a bunch of udev processes though that need to be killed.
You need to start dbus. The newest release version contains some dbus fixes to get it working correctly.