Skip to content
#

zeromq

Here are 386 public repositories matching this topic...

oeuftete
oeuftete commented Apr 15, 2020

Description

A clear and concise description of what the bug is.

Setup

Create/import a GPG key.

Steps to Reproduce the behavior

Try to encrypt some text:

[root@master1 salt]# salt-call gpg.encrypt text=foo recipients=2CFCA2B538DD0FAC75838096A4E89A0D3328D483 output=/tmp/encypted_foo.txt user=salt
local:
    ----------
    comment:
        Encrypted data has bee
skrap
skrap commented Feb 4, 2020

Issue description

In writing rust zmq bindings for tokio, the question came up about when zmq_send and zmq_recv might return EAGAIN when passed the ZMQ_DONTWAIT flag in a multipart message. The implication of the high water mark documentation is that it will only return EAGAIN on the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this

ptiger10
ptiger10 commented Jun 3, 2019

Coming from a Python-in-Jupyter background, I notice that Tab works as you would expect (reveals all available methods/attributes), but Shift+Tab (signature hinting) does not. I could not find documentation on this. Is Shift+Tab not supported, or is my setup is incorrect?

Example:

type Foo struct {
    name string
    description string
}
func (f Foo) Qux(s string) string {
   
pblasucci
pblasucci commented Jul 21, 2017

Very low priority, but... the F# narrative docs are old. They're still perfectly valid. But they should be reviewed. In some case the code can be simplified. In other cases, it may be worth tweaking the code to use a newer API (or a different idiom).

(Note: this dove-tails with #66 and #144)

grepory
grepory commented Oct 22, 2019

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

Improve this page

Add a description, image, and links to the zeromq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zeromq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.