Janek Nouvertné

Results 25 comments of Janek Nouvertné

@Kamik423 I don't think users that are used to graphical UI are the main concern here. It is for terminal interactions, and in the terminal world, you are used to...

I just noticed that `CTRL + C `doesn't work at all when using `minimal_count` while the requirements are not met

Could you show us some data so that the issue can be recreated? I think it is more of an issue with [readchar](https://github.com/magmax/python-readchar). Should be fixed though if the suggestions...

I can't reproduce the described behaviour.. Are you sure this is exactly what you're doing in your code?

Are there any updates on this? It has been 3 years since this issue has been raised and the only solution to this date is to test apps without middleware....

I've submitted a PR (#7829) where I started working on some of those changes. Most of them were pretty straightforward, but there were some areas that need a little more...

> never used poetry. with pip you just use `pip install git+https://github.com//sqlalchemy/sqlalchemy.git#egg=sqlalchemy` You can add git dependencies in poetry as well, although it does not support the "project name" notation...

I've come across the same issue, and it seems to be related to `Union`. It is also reproducible by using a `Union` with the type itself: ```python from typing import...

It would be nice to also expose `Cache-Control` headers of requests and handle them in the response caches.