harrandt
harrandt
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
Python 3.9, Windows 10 paho-mqtt 1.6.1 The `client._inflight_messages` counter of the paho client is negative and decreasing with QoS 2 for publish and subscribe on the same topic. Other combinations...
pymongo supports `.sort("field", 1)` pydantic-mongo's `__map_sort` only supports an iterable of tuples, for multiple fields: `.sort([("field1", 1), ("field2", -1)])` And there should be an example on this on the main...