Jakub Kuczys

Results 160 comments of Jakub Kuczys

> * Are there existing style guides that mandate one or the other? None that I know of. > * Does the Python documentation prefer one over the other? Most...

Can you actually clear an uncleared transaction from UI once it's reconciled? 🤔 (sorry for the previous, deleted comment, I clicked the Comment button accidentally...)

I don't know how I feel about this but I have a couple of implementation suggestions: - I would use level names (case-insensitive) rather than numbers, most of us know...

> Read more about it at [blog.readthedocs.com/python-core-requirements-changed](https://blog.readthedocs.com/python-core-requirements-changed/) Do I understand correctly that adding `python.install` (with either a `requirements` or `method: pip` entry, I'd hope) would override the installation of "core...

The difference seems to not be as big anymore and mostly comes down to a few seconds difference in pip/setuptools step (counting virtualenv creation + pip/setuptools upgrade). Other than that,...

Sounds like it should be named 23.2.0 ;)

> In some cases, linting tools or other comments may be needed on the same line as a type comment. In these cases, the type comment should be before other...

Literal strings using implicit concatenation are only put into a single line when they will remain under the line length limit after such change. Note that there is a small...

I haven't tested but... Awesome!

I like this idea, it seems helpful for someone to be able to look this project up and be able to actually figure out what it's for. Selfishly, I could...