Guy Arad
Guy Arad
What am I missing? Cannot instantiate `ThreadPool`. Exception: `AttributeError: Queue instance has no attribute '_writer'` Relevant output: ``` In [9]: from billiard.pool import ThreadPool In [10]: import sys In [11]:...
Regression - some of the GCP projects I'm connecting to, fails with the following error: >Listing directory / failed: >[[email protected]](mailto:[email protected]) does not have serviceusage.services.use access to the Google Cloud project....
I'm experiencing the same exact issue as described [here](https://github.com/iterate-ch/cyberduck/issues/10037). Pretty sure this wasn't the case a few weeks ago. The issue occurs in GCS and S3 browsing at least (didn't...
Seems like the default value of `stop_max_attempt_number` is ignored, resulting in infinite retries. If this was intentional, this whole PR should be rejected. Otherwise that's a bug. I also fixed...
This is more of a question/discussion - I'm trying to understand if there's a reason for the rather complex "session" fixture. If you have an actual PG database already setup,...