Tuukka Mustonen
Tuukka Mustonen
@weibullguy Where does `docformatter` look up configs in 1.4? Or does it not support loading from config files at all (ie. you need to `--pass --some --args`)?
Also construction gives violation: ```py Foobar( works=uuid.uuid4(), doesnt=uuid.uuid4(), ) ``` ```shell $ mypy foobar.py ... foobar.py:20: error: Unexpected keyword argument "doesnt" for "Foobar" [call-arg] ... ```
Could be useful to flag the blockers with a `3.0` [milestone](https://github.com/sdispater/pendulum/milestones). Easier to follow, easier to contribute.
Hi, I did try to give an example up there - are you saying it doesn't make sense or is unclear? It's just to reduce boilerplate - when you're testing...
There's https://github.com/nclarius/tile-gaps which works together with this (well enough). However, the project there seems somewhat dead (last release 2 years ago) and it's lacking Plasma 6 (and Wayland, at least...
I'm witnessing similar(ish) behavior bumping 3.1 -> 3.2, seeing a bunch of randomish `connection timeout expired`. The problem should be along the lines https://github.com/psycopg/psycopg/blob/00c6625d4735b7fe774e517e87f7daadc41a82f6/psycopg/psycopg/connection.py#L101-L103 which got refactored in https://github.com/psycopg/psycopg/pull/766. I...
@taobojlen That sounds a bit like what I experienced. For me it was that the `connect_timeout` was not really waited for, but connection failed right away. See [my post above](https://github.com/psycopg/psycopg/issues/888#issuecomment-2416518039),...