-
Going to repost here as there seems to be more activity.
The most recent release of jupyter seems to have some library linking issues.
After a clean install of anaconda, and
`conda create -n test ju…
-
## Describe the feature
Add ZeroMQ/zmq support.
I actually started looking at mpd > ffmpeg > zmq > ffplay > pulseaudio > alsa > speaker very early in my search for a network streaming solution to …
-
I'm running multiple jupyter clients inside of a gevent server, and I would like clients to relinquish control when they perform blocking communications with the kernel. Is there a recommended way for…
-
Hello,
missing proper zmq.hpp setup when building the static library, missing ZMQ_STATIC define.
Please modify CMakeLists.txt like this:
if (ZMQPP_BUILD_STATIC)
add_library( zmqpp-static STATIC ${…
-
## Immediate advantages
### UNIX domain sockets for JSON-RPC
- Old feature request: https://github.com/bitcoin/bitcoin/issues/5029
- UNIX sockets have been added to [ZMQ](https://github.com/bitcoin…
-
The new `sock.get(zmq::sockopt::option)` API does a good job in retrieving socket options in a typesafe manner, and is definitely an improvement over the old `sock.getsockopt()` API.
But I think th…
-
Building zmq.so on mac m1 was successful, but php does not accept zmq.so:
Warning: PHP Startup: Unable to load dynamic library 'zmq.so' tried: '/Applications/MAMP/bin/php/php8.0.8/lib/php/extension…
-
@staticfloat
I've just updated my old Anaconda installation and installed the current Julia (0.5)
From the Julia REPL I run:
```
Pkg.add("IJulia")
```
...which fails. The error boils down to …
-
On the Windows OS, processes typically receive 1MB stack size when requesting the default stack size, which is what zmq is doing.
However, applications are able to change the default that is used f…
-
I'm trying to install zmq-beta extension (https://pecl.php.net/package/zmq) as a PECL package via phansible. I've noticed that the phansible assumes that the .so filename of the extension, and the nam…