Prometheus3375
Prometheus3375
kafka-python version: 2.0.1 python version: 3.7.7 This issue is a duplicate of #1842, that issue is closed and I cannot reopen it. Thus I opened new one. When I close...
## Version Neo4j version: 4.4.8 Operating system: Windows 10 21H2 API/Driver: Docker, Python 3.9, Python Neo4j driver 4.4.4. ## Steps to reproduce - Deploy neo4j database somewhere, I am using...
## Description If Docker is stopped while Neo4j container is running, on next Docker startup Neo4j will fail to start. ## Versions Neo4j version: 4.4.8 Operating system: Windows 10 21H2...
### Description Traceback shown for an exception raised in a pipeline while opening a spider contains not enough information regarding the pipeline which has thrown this exception. ### Steps to...
### Description Calling `setdefault` method of class `BaseSettings` does nothing. ### Steps to Reproduce ```python from scrapy.settings import BaseSettings settings = BaseSettings() stored = settings.setdefault('key', 'value') print(stored) # prints None...
Description =========== Documentation of [Kafka Client Configuration](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#kafka-client-configuration) mentions keyword-only argument `logger` in constructors of Consumer and Producer.  This argument is not listed in documentation of [Consumer](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#consumer) and [Producer](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#producer). In...
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Windows 10 / 8.1 /...
## steps WIndows 10 sbt 1.5.5 Java JDK 11.0.12 1. Download and install [the latest PowerShell](https://github.com/PowerShell/PowerShell). Let its install path be `pwsh_path`. 2. Press Ctrl+R, type `pwsh` and press Enter....
Resolves #41. I tested locally with Scrapy 2.9.0, 2.10.0 and 2.11.0. 2.10 is the version with exception upon accessing `EXCEPTIONS_TO_RETRY`. In 2.11 this error was fixed. On all versions middleware...
In Scrapy 2.10 `RetryMiddleware` was updated (PR https://github.com/scrapy/scrapy/pull/5929) to deprecate `EXCEPTIONS_TO_RETRY` tuple. There is an error (issue https://github.com/scrapy/scrapy/issues/6049) that makes `RetryUserAgentMiddleware` instances to throw `AttributeError` upon accessing `EXCEPTIONS_TO_RETRY`. To resolve...