Bernát Gábor

Results 118 issues of Bernát Gábor

Hello, would you consider moving the project under the tox-dev umbrella? See documentation under https://tox.readthedocs.io/en/rewrite/plugins.html#adoption-of-a-plugin-under-tox-dev-github-organization Furthermore, tox v4 is getting ready and we'd like to make sure this plugin is...

Currently, some things break if someone specifies http urls for repos (). Notably the fork operation for push.

### Describe the bug Because of https://github.com/python/cpython/pull/28968, cython fixed it in https://github.com/cython/cython/pull/4428 and is released with 0.29.5 ### To Reproduce pip install aiohttp ### Expected behavior To build the wheel....

bug

Description strings are currently injected as a single line, which is troublesome for long strings. We should ideally split them across multiple lines in such cases: ```python class Cfg(BaseModel): b:...

released

The cons variants are not supported by mypy, instead one can use the Annotated form: ```python class A(BaseModel): p: constr(min_length=1) ``` Because the type here becomes constr that to the...

enhancement
released

Currently the root key is used, but this has the side effect of elements being named as `RootItem1`, `RootItem2`, etc 👍

released

Hello, It would be great to be able to tell project tendencies. E.g are my monthly usage going up or down? This is already possible with playing around the start...

Signed-off-by: Bernát Gábor

bot:chronographer:skip

This is the first pass. Signed-off-by: Bernát Gábor

bot:chronographer:provided