Results 12 issues of Sec

Currently jq can not apply the "sh" escaping to objects: ``` >jq -nr '{foo: "bar",baz: "test"}|@sh' jq: error (at ): object ({"foo":"bar...) can not be escaped for shell ``` It...

feature request

After following the documented steps of ``` pybombs recipes add-defaults pybombs prefix init -a default ~/gnuradio -R gnuradio-default cd ~/gnuradio source setup_env.sh ``` the resulting gnuradio installation does not work:...

I would like like to lock my screen on appearance of new HID devices. To make it more generic it would probably be good if usbguard would support to run...

RFE
C:usbguard

An attempt at feature parity with osmosdr

**Is your feature request related to a problem? Please describe.** When using the `tls+tcp://` protocol I can not tell whether the connection does not work because the other side is...

tls

I tried the "o3demo" example, and it errors out with: ``` panic: Server responded with error! goroutine 1 [running]: github.com/o3ma/o3.ThreemaRest.CreateIdentity(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)...

This is more a feature request. I have a RS encoding that is a bit strange. It uses 8 bytes of error correction, but instead of the expected encoding: rs8a=reedsolo.RSCodec(nsym=8,...

enhancement

Should fix some node16 deprecation warnings

Current search makes it hard to discover the oldest talk by a given person. It would be nice if there were a way to sort results by time.

If I call `.recv()` on a socket created without `recv_timeout`, the call isn't interruptable with ^C. Example: with pynng.Sub0() as sock: sock.subscribe("") sock.dial(addr) msg = sock.recv() Hangs indefinitely if I...