Alexis Janon

Results 64 comments of Alexis Janon

I think we need integration tests for the daemon. Given how much we interact with the system, I don't think unit tests would be really helpful. Ideally, we would run...

I have been using [spread](https://github.com/snapcore/spread) in another project. It does not seem easy to set up, but it is easy to use after the initial setup. I am not sure...

@ivandimitrov8080 Would you be interested in giving this a try again now that we have support for re-emitting events since #163 got merged?

I did encounter this issue with swhkd. @seocamo Your system is not completely locked up as you expected, but as swhkd grabs all devices exclusively there is basically no simple...

I have reported this issue to tokio-udev upstream: https://github.com/jeandudey/tokio-udev/issues/17 Hopefully they can help us!

The [latest updates](https://github.com/jeandudey/tokio-udev/commit/ff68101a170efe59cc14acb4b8f2c26abf37a22f) in the `tokio_udev` repo make it possible to detect added/removed devices. This is implemented in the [`udev_async`](https://github.com/waycrate/swhkd/tree/udev_async) branch. I will be waiting for a release of `tokio_udev`...

Thanks for the issue! To answer your comment: I am not sure why it was done this way in the beginning, as I was not part of the team. I...

In your previous comment (https://github.com/waycrate/swhkd/issues/67#issuecomment-1278747644) you also mentioned using [skhd](https://github.com/koekeishiya/skhd). Quickly looking through `sxhkd`, `skhd` and `swhkd`, it seems all three try to do something similar but each with a...

Ideally, we could have a single standardized config format for all three applications with all their features and maybe even a common parsing library. This may be hard to achieve,...

@BlueDrink9 Would you mind taking a look at the newly implemented mode options?