Wojciech Kępka
Wojciech Kępka
From my initial findings I thought it might be enough to use the [transfer](https://github.com/KaiJewson/aspotify/blob/45a42d4f997a62913e08737621546d5307c7b1f9/src/endpoints/player.rs#L350) method provided by aspotify player, but that's just very shallow research. If it allows to use...
What's the current status of this? As @snawaz mentioned it's already partially ready. Would love some updates as I'd love to talk to docker over a unix socket. Cheers :)
I also had a thought that perhaps my PR #251 could be the cause so I went ahead and tested it with a commit before it was merged and it...
From further investigation it looks like no output is correct. Here is a `yum -y update` as an example: ``` ❯ cargo run --example containerexec centt Compiling shiplift v0.7.0 (/home/wojtek/dev/shiplift)...
I don't think so looking at the recent activity on this repo. Last commits were my merged PRs and it was quiet some time ago and it took quite a...
Yeah, the current implementation is more of a proof of concept than a working thing and only really acts as a zoom in of the area around the cursor. There...
Perhaps limiting the functionality until a solution arrives is a good idea, we could use egui for window handling and that does solve most problems for now. The functionality for...
I've added some changes in `fix-zoom-picker` branch that make the zoom button react to dragging instead of clicking so that the epick window stays in focused. I only experimented briefly...
I've managed to resolve the issue of loosing focus by adding an artificial timeout before the zoom window is moved next to the cursor. If you're still interestend in this...
I've managed to resolve this issue without adding the timeout by setting a different window type for the zoom picker window. It works well on bspwm and plasma but should...