Arne Christian Beer

Results 299 comments of Arne Christian Beer

I gave this a lot of thought and here's what I came up with. ## Current Problem The current implementation doesn't allow: - Explicit addition of columns. Columns are always...

Could you provide a few examples of the current behavior and the wanted behavior :)?

Hmm. My first approach on this would be to add a "priority" to columns. Based on that priority, space is distributed to those columns with a higher priority first. It...

I see how this can be useful for styling. It somehow doesn't feel like a constraint to me though and more like a "modifier" or attribute. All current constraints have...

@devashishdxt If your ok with it, I would go ahead and mention your project with your short summary in my project's README :)

For any neovim users, just switch to [ellisonleao/gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim), which is a Neovim Lua port that works just fine (It's also well-maintained)

Check the `pueue/Cargo.toml` at the very bottom. Change this: ```toml # Test specific dev-dependencies [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] whoami = "1" procfs = { version = "0.16", default-features...

Heyo, sorry for the late response. Had somewhat of a busy week. When I read that patch correctly, it adds `#![allow(bindings_with_variant_name)]` to two files, which has been done by me...

It's super fascinating to see how pueue is packaged :D I'm ususally not involved into any packaging work at all, but there's quite a lot of stuff going on over...

Fixed that lint for you :) Thanks for the contribution! I'll release a patch soon.