Samuel Åkesson

Results 7 issues of Samuel Åkesson

Hello, I suspect my camera sneakily updated OTA. I can connect to its access point and watch livestream from there, but the camera does not appear in `/dev/list` endpoint on...

Great tool! I think it would be good if we could favorite-mark paired devices, so they appear above others. It could look something like this, but `⭐ Headphones` would be...

enhancement

**Describe the bug** The commands specified are being ran so fast that my bash prompt hasn't even started. It seems like the entire command is buffered and then placed ready...

bug

Could we build binaries in the release workflow for common targets? I have already done this sort of thing before, so we could adapt my (https://github.com/sermuns/MEREAD/blob/main/.github/workflows/release.yml) workflow.

This adds a GitHub action workflow that compiles the program for MacOS, Windows and various architectures of Linux. I did a little tinkering with the git history to make the...

Hello! I would like it to publish binaries as Github releases, then [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall) can be used. I could take a look at this and create PR if you think its...