Yevhenii Kovalchuk
Yevhenii Kovalchuk
@PythooonUser >How about adding a decorator for the add_command and on_command methods I think, `on_command` will internally call `add_command`. Just like a neat shortcut. But in this case, it is...
I will do it tomorrow, if you don't mind. Or you can do it on your own in case you want to publish these changes to PyPI ASAP.
>I like 2 a class method in EventType. How should this look like? Well, I could do something like this: ```python class TwitchChatEventType(object): TWITCHCHATJOIN = 'JOIN' TWITCHCHATLEAVE = 'PART' TWITCHCHATMESSAGE...
@joshuaskelly My mistake, using `hasattr` / `getattr` is not appropriate way to make it work right. `dict` has keys that represent actual **Twitch** commands, but `EventType` has readable values of...
@PythooonUser I am not sure, waiting for you and @joshuaskelly to choose the proper variant, described above :)
Hello hello! Just my 5 cents on `contextualize`: it would be really nice to see bound variable in normal (non-structured) messages too! Often, I use `structlog` for this: ```python import...
Actually, I find it very convenient to add LSP via such configuration as mentioned above! Very concise and does not require installing any plugins, relying on when they update (not...