Yevhenii Kovalchuk
Yevhenii Kovalchuk
Hi. Do you have any plans on improving pendulum? At least by merging viable PRs. Or maybe there's a chance we'll have collaborator who is interested in maintaining it? I...
Hi, Is there any better way achieving this? ```python from pampy import match, _ test_items = [5, '5', [5], 'not a digit'] for x in test_items: result = match(x, str,...
### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...
Hi! Autogenerating docs for CLI app in markdown is absoluetly awesome feature! I miss it a lot in pure `click`. :( I have a bunch of apps which are not...
#6 #42
Hi, It could be great to have support for sideloading. [Zendesk Documentation](https://developer.zendesk.com/rest_api/docs/support/side_loading) It is useful when you need extra data for the specific entity, like, "slas" for the "ticket". If...
Isn't it a good idea to get rid of `long_description` and just load it from `README.md`, as described in [the official packaging tutorial](https://packaging.python.org/tutorials/packaging-projects/#creating-setup-py)? It should be easier to make changes,...
Since we already have [`on_event`](https://github.com/joshuaskelly/twitch-observer/pull/57) decorator, it could be also nice to have the same thing for chat commands. **Examples** ```python # User can set command prefix during Observer initialization...
Hello! I think, there must be some race condition when running formatting and fix all + organize imports code actions on save. I've tried LSP-ruff before and did not notice...