Trim21
                                            Trim21
                                        
                                    As a workaround ```python import peewee_async from app.core import config class AsyncMySQLConnection(peewee_async.AsyncMySQLConnection): """Asynchronous database connection pool. """ def __init__(self, *, database=None, loop=None, timeout=None, **kwargs): self.pool = None self.loop = loop...
The code will break with this change it already broken at runtime (always panic). This change only make then break early to compile time. non-breaking-change Suggestions: 1. Add a flag...
@codyoss any thoughts on these suggestions?
Another mock generator support typed-return https://github.com/vektra/mockery And it's kinda funny because it doesn't support type safe matcher...
any progress on this?
add new flag in readme?
I think we can setup a github action workflows to release wheel to pypi, could you please reopen this issue and I'll create a pr for this? @blais
@blais could you set a github actions secret `PYPI_TOKEN` to give ci permission to upload wheel to pypi? Found that there are not wheels on pypi and [ci failed](https://github.com/beancount/beancount/actions/runs/251767975).
@blais it should work fine, environment variable have been set by config ```yaml - run: twine upload dist/* env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} ```
https://github.com/dadadel/pyment/blob/3d1bdf87d083ff56230bd0bf7c5252e20552b7b6/pyment/pyment.py#L87-L97 Maybe `open(self.input_file, encoding='utf-8')`