Damien Deville
Damien Deville
@lars-vc I believe the `action` syntax is a bit different (and the index is zero-based too), so in your case it would be: ``` click-left = polybar-msg action "#updates_ipc.hook.0" ```
Hey folks, the `FineTune.stream_events` method was made async by mistake, rather than adding an additional async version. We'll have a fix shortly.
I'm not sure about the error on 0.24 and 0.25 but for the one you're seeing on 0.26, it will be fixed as soon as we release the next minor...
Not entirely sure but trying to get something before end of week.
Hey folks, we've just published 0.26.1 that includes the fix for this bug.
Would love for @hallacy to take a look before we merge though.
Thanks for the links @Andrew-Chen-Wang this is super interesting. From a quick glance, it looks like it works more or less like this: ``` class BaseExecutor: def execute_cmd(...): ... class...
Hmm yeah good catch, looks like `name` is required https://peps.python.org/pep-0621/#name
Ah! I just ran into this last night and was about to look into it so thanks for fixing!
Thanks for reporting and debugging this @nfcampos, we'll take a look and hopefully we'll get a fix out shortly.