Thierry Bastian
Thierry Bastian
[test.zip](https://github.com/zeromq/cppzmq/files/5339575/test.zip) This was tested on macOS with ZeroMQ 4.3.2. The file test .zip contains the code. You can run that on the same machine. It essentially is a pub server...
I just wanted to switch from 4.6 to 4.7.1 but I'm failing to do so because setsockopt(ZMQ_IDENTITY...) is deprecated but there is no replacement.
## Expected Behavior it works ## Current Behavior error message is File ".../python/lib/python3.9/site-packages/user_sessions/models.py", line 3, in from django.utils.translation import ugettext_lazy as _ ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' ##...
libtorrent version (or branch): 2.0.9 platform/architecture: macOS, arm64 compiler and compiler version: clang The is not strictly-speaking an issue but something I found it. I have been carefully reading on...
### Proposed change Could we have the JWT and NKey API implemented so that we can implement an auth callout service in C? python has had am nkeys lib for...
…ng an error later on *Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/1961 *Description of changes: this change is about not setting a checksum algorithm if the transfer_config is set to NOT_SET Not...
### Describe the bug I want to uploada big file. So I wanted to up the partSize of my s3crtclient Configuration. But, it seems the RAM consumption of my process...
### Observed behavior when I create a client with TLS on, it works but when I can drain, I am getting a message: returning True from eof_received() has no effect...
### Proposed change make another call to watch for keys that sets up a callback. Today kvStore_Watch and kvStore_WatchAll are blocking, which is not ideal. ### Use case If I...