Wojciech Kępka
Wojciech Kępka
Hey, thanks for reporting the issue. I'm pretty sure it's described in the readme and already implemented :) https://github.com/vv9k/dockeye/blob/4f0a86b9a069ab0b7ac6bed82b7f16fbc48eec36/.github/workflows/release.yml#L129-L148 https://github.com/vv9k/dockeye/blob/master/README.md#prebuilt-packages
Here is the first release with Linux and macOS build artifacts: https://github.com/vv9k/dockeye/releases/tag/0.1.0
I added the x86_64-apple-darwin target in 8014a26ed6ee9ac5f0d0eb295415ec739ebe0e07 . Next release should include the artifacts :) Let's leave this issue open until then.
Agreed :) All help at this point will be appreciated and Linux arm is indeed not on my priority list. Necessary changes would have to be made here to add...
Looks like the binaries for x86_64-apple-darwin are there! :) Perhaps I'll rename this issue track adding the linux arm binary.
I'm currently working on a crate to handle podman api so progress on Dockeye might be slow for a while until I polish up the crate :)
I pushed some changes that set the initial window size. Let me know if it resolves the issue as I don't have a KDE Wayland instance to test this on....
The release is out, let me know if it fixed the issue :)
Thanks for the report! I think it should be possible as is to connect to a remote instance using an http/https connector. It will require the remote host to expose...
Should've read the road map properly I guess :) But at least now there is an issue to track that. I might dive into the code base later and see...