Wojciech Kępka
Wojciech Kępka
Thanks for the PR! Awesome work :) Will test it out on my mac later when I get some time. > Forgot to mention as well, we can add the...
Sorry for my late answer, I've been pretty busy lately. I was wondering that perhaps it would be better to assemble this archive with all the icons during the CI...
Hi @slve, thanks for checking the app out! I think it's a problem with the GUI library used here. There is a similar issue created here: https://github.com/emilk/egui/issues/446 For now I...
Seems like the upstream issue is already resolved so closing this one too.
Actually the zoomed in window is still to be implemented. #27 only added color under the cursor.
I managed to get it working by setting the `stream=true` query parameter like so: ``` $ curl --unix-socket /run/user/1000/podman/podman.sock http://d/v3.0.0/libpod/pods/stats?stream=true ``` It is not documented in the [swagger spec](https://docs.podman.io/en/latest/_static/api.html#tag/pods/operation/PodStatsAllLibpod) but...
> I'm against removing the built-in splitting features, as I expect that to be my primary workflow. I don't really view it as two layers of window management. Same for...
We could also just import the `grep_searcher` crate that ripgrep uses internally. It's published to crates.io https://docs.rs/grep-searcher/0.1.7/grep_searcher/ And `walkdir` for recursive file system traversal https://docs.rs/walkdir/2.3.2/walkdir/
It should be possible by adding a custom format in the settings window and setting the clipboard format to it, something like `vec3({r:.2} {g:.2} {b:.2})`, but you would have to...
Here is an example: 