swehner
swehner
### Checklist - [X] If applicable, unit tests - [X] If applicable, create follow-up issues for `purchases-ios` and hybrids ### Motivation Add pricingPhases to model future BC5 purchases ### Description...
### Checklist - [X] If applicable, unit tests - no new unit tests, Ran all tests - [X] If applicable, create follow-up issues for `purchases-ios` and hybrids - shouldn't be...
Exposing `topic_new` function in python to be able to set per-topic configuration Fixes #1671
Description =========== I'm looking to use a single Kafka producer for two slightly differnt use cases/message types. One that is just fire-and-forget and that will simply enqueue a message without...
If it's busy at the moment users should be able to tell the bot to notify them once the table is free again.
Add a quick note for disabling Nagle for socket to reduce overall latency. For us this reduced broker RTT from 40ms to around 6ms 
This simply adds the generic errors defined in the beanstalk protocol and treats them in the client library so it'll return different error codes if one of these errors is...
### Summary The current docker version 20.10.15 is vulnerable to a few issues, like: https://nvd.nist.gov/vuln/detail/cve-2023-29406 https://nvd.nist.gov/vuln/detail/cve-2023-39325 And same for containerd: 1.7.2 is also affected by a few issues https://nvd.nist.gov/vuln/detail/cve-2023-47108 Is...
We're using zstandard wihtout the magic header, but for decompression there is no support in `decompress` method. This requires to prepend the magic header before processing it. It's a minor...