Max Verevkin

Results 300 comments of Max Verevkin

> Also, making libpulse dependency optional would also be welcome. It is, but it's on by default. Did you compile with `--no-default-features`? > But this requirement is not documented Fixed

> The driver supports the same toggle action on click as the other drivers, but I've reduced the country code and flag to empty strings, as they don't make a...

I think having optional fields is slightly better. First of all, maybe in the future we will add more fields and having one "connected" state will make things easier. Next,...

1. Can you provide more detailed steps to reproduce this? 2. You can click on the error to see a more detailed error message. Please post it too.

> it doesn't choose the first device paired and reachable. Yes it chooses the first device, connected or not. But so does `v0.22`, so I don't think this issue is...

Not sure if this is a "good first issue" though xD. I'd imagine properly implementing this being as hard as implementing missing battery support for UPower... By "properly" I mean:...

I cannot reproduce the freeze using your config. For updating the config, I would recommend commenting everything out and updating the config block by block. Most of the breaking changes...

Can you bisect which block causes this? Or at least bring the configuration to a minimum example: remove all comments, click handlers, theming, and remove blocks one by one while...

Great questions! 1. Yes, this is because blocks are asynchronous. Although it would be really nice to implement this optimization, but it really only works for "non-blocking" blocks, such as...

> Feel free to close this ticket then (unless these improvements are of interest to the project) I do wish to implement "non blocking" or "stateless" blocks at some point,...