Andrew Wason
Andrew Wason
Also build the key for Queues using bindings so that bindings are properly declared. This is a fix for celery/kombu#396
The example in the docs shows a list of tuples of name/column pairs: ```pycon >>> x1, x2 = Column('x', Integer), Column('x', Integer) >>> cc = ColumnCollection(columns=[(x1.name, x1), (x2.name, x2)]) ```...
Given this file: ```python import sqlalchemy as sa sa.table("foo", schema="bar") ``` mypy with sqlalchemy-stubs plugin fails with: ``` $ mypy s.py s.py:3: error: Unexpected keyword argument "schema" for "TableClause" /site/venv/lib/python3.8/site-packages/sqlalchemy-stubs/sql/selectable.pyi:161:...
**Describe the bug** mypy enables `--no-implicit-reexport` for stub files: > Note this is always treated as enabled for stub files. https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport Many of the sqlalchemy stubs reexport and so mypy...
See https://github.com/munin-monitoring/contrib/commit/271a38f0badf113746c441ae28ff983c11b6d06f
When mongodb is configured with SSL, the web console requires https.
OplogThread assumes that _id in the document is an ObjectId [here](https://github.com/mongodb-labs/mongo-connector/blob/master/mongo_connector/oplog_manager.py#L817) and [here](https://github.com/mongodb-labs/mongo-connector/blob/master/mongo_connector/oplog_manager.py#L831) This also assumes the _ids returned by `DocManager.search()` and `DocManager.get_last_doc()` can be coerced to ObjectId. But mongo...
Using kombu master@82dc37b with librabbitmq. `kombu.common.maybe_declare` caches Entity hashes in `channel.connection.client.declared_entities` and does not delcare the Entity if the hash exists. `Queue.__hash__` hashes only the Queue name which does not...
Alternative implementation to #765 Fixes #750
Initial support, probably missing some cases. Fixes #750 Some interactive testing: ```sh-session $ aqt list-qt linux desktop 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 5.10.0 5.10.1 5.11.0...