Josh Glendenning

Results 6 issues of Josh Glendenning

Currently only the Websocket side supports TLS (through the `-tlscert` and `-tlskey` options). Support should be added for TLS on the TCP side. This could be done by adding a...

https://learn.adafruit.com/memories-of-an-arduino/optimizing-sram

enhancement

The Arduino PubSubClient does a good job of this: https://github.com/knolleary/pubsubclient/tree/master/tests

enhancement
help wanted

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

Proposed

In lieu of https://github.com/aws/containers-roadmap/issues/1829, it would be helpful if there was a specific check for the [`userns-remap` docker daemon config option](https://docs.docker.com/engine/security/userns-remap/#enable-userns-remap-on-the-daemon) since ECS Exec is not compatible with user namespace...

Is it possible to do negative lookahead with the subvert command? Say I want to replace `foo` with `quux` but leave `foobar` alone- is there a way to get this...