zmq
Here are 201 public repositories matching this topic...
Hi,
Apologies if this is off topic. I'm struggling to find information about this. Is there any equivalent of ipywidgets allowing basic feedback to R? I'm aware of the likes of plotly and htmlwidgets, but have not been able to identify any mechanism for providing data back to R. There are some comments around the release of ipywidgets 5.0 claiming that recent refactoring is designed to make writi
-
Updated
Jun 17, 2020 - Python
it seems that in the Docs, the server and client for PubSub got mixed up (p25).
It should be the Server that sends the message, and the client subscribes.
-
Updated
Oct 25, 2019 - Python
The official and locally built napalm-logs Docker container I made don't support the kafka transport. Upon inspection, I realized that kafka-python is missing from requirements.txt--so it will never make it into the container. I've fixed this in my fork, but wanted to know if that was deliberately left out or if there's a way to get it into the Docker container other than this that I'm not aware o
-
Updated
Oct 23, 2017
-
Updated
Jun 11, 2018 - Pony
-
Updated
May 17, 2020 - Python
The Github page mentions the possible use of the xwidgets notebook extension. However, Googlong for documentation leads to examles/tutorials for use from Python, most notably through the interact function or decorator.
Could you add a small widget giving a couple of simple examples of use of the widgets for, say, an interactive graph, and pointers to the relevant documentation ?
Each socket has an associated configuration struct that can be use to parse config files. We should document the config file format.
-
Updated
Nov 4, 2019 - TypeScript
-
Updated
Feb 25, 2020 - Python
-
Updated
Jan 10, 2019 - JavaScript
-
Updated
Jun 27, 2019 - Fortran
-
Updated
Feb 15, 2017
-
Updated
Sep 30, 2018 - Python
-
Updated
Nov 26, 2018 - OCaml
-
Updated
Feb 10, 2020 - OCaml
-
Updated
Aug 8, 2018 - Python
-
Updated
Jun 15, 2017 - Ruby
Improve this page
Add a description, image, and links to the zmq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zmq topic, visit your repo's landing page and select "manage topics."
Issue description
In writing rust zmq bindings for tokio, the question came up about when
zmq_sendandzmq_recvmight returnEAGAINwhen passed theZMQ_DONTWAITflag in a multipart message. The implication of the high water mark documentation is that it will only returnEAGAINon the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this