It would be awesome to have it in neovim or helix
now that I think about it, I've never seen elastic tabstops in a command-line text editor:
https://nickgravgaard.com/elastic-tabstops/
Elastic tabstops - a better way to indent and align code
Elastic tabstops - a better way to indent and align code
Capy now uses GTK4 instead of GTK3: https://github.com/capy-ui/capy/pull/57
Among advantages: **performance**! The `300-buttons` example used to run at ~5 fps on my machine, but it is now fully smooth, thanks to the GPU acceleration that's been added.
#gtk #ziglang #capyui

Add GTK4 support by zenith391 · Pull Request #57 · capy-ui/capy
closes #17
GitHubNew interesting vulnerability affecting Zen 2 CPUs:
https://lock.cmpxchg8b.com/zenbleed.htmlIs it usable on JS due to JIT optimisations ?
It's exciting but I don't think it's worth it, because LLVM optimisations are the fruit of almost a decade of work now, there's no single way Zig can replace that. Even qbe (which is a similar project to it but simpler) is going on since years but far from doing most of the work of LLVM.