Carson Ip
Carson Ip
typo: MLS->MSL
Hi, Is there any chance that MongoDB 4.0 multi-document ACID transactions feature gets supported by mongoengine? Thanks.
**What issue did you see ?** When the key does not exist in s3, s3 head_object returns a ClientError 404 instead of NoSuchKey error, making it harder to catch. Also,...
Use native system move which is startSystemMove in Qt 5.15. This will require build toolchain upgrade.
The snap https://snapcraft.io/penguin-subtitle-player build is failing for all architectures other than amd64. It appears to be related to the kde-neon extension. As stated in https://snapcraft.io/docs/kde-neon-extension it only supports amd64. The...
Current about page is under config dialog. The ideal way should be having an about dialog.
Icons look pixelated in HiDPI mode. Need to use [@2x icons](http://doc.qt.io/qt-5/scalability.html).
Search for lines including the specific text supplied by the user
Limit queued.max.messages.kbytes according to librdkafka https://github.com/edenhill/librdkafka/commit/cc43f451b46e41fc3ce00e3b4e5c9bafd11f7b0e. This will fix rdkafka tests on librdkafka 0.11.3+. ``` E RdKafkaException: Configuration property "queued.max.messages.kbytes" value 102400000 is outside allowed range 1..2097151 ```
When a broker restarts (e.g. kafka's host system restarts), pykafka producer `produce` will fail with `NoBrokersAvailableError: Unable to connect to a broker to fetch metadata. See logs.` forever. This happens...