Vladimir Pouzanov
Vladimir Pouzanov
**By submitting this pull request, I confirm the following:** *please fill any appropriate checkboxes, e.g: [X]* - [x] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md), as well as this...
This adds support for [EC PRIVATE KEY](https://datatracker.ietf.org/doc/html/rfc5915), i.e. non pkcs8-wrapped keys.
Typical UDP socket would listen on 0.0.0.0:67 and bind to an interface to limit exposure. This PR implements a helper method to bind and serve on a socket. Currently it’s...
This adds support for the ibazel notification protocol and allows to use live-server as a drop-in livereload server for bazel builds.
This adds support for [EC PRIVATE KEY](https://datatracker.ietf.org/doc/html/rfc5915). Arguably this should be within ring but frankly I'm afraid to touch it as I couldn't even find the github tag for the...
Using jsonnet with k8s I've noticed an interesting pattern—whenever you specify a list of key-value strings in k8s, jsonnet's objects work better. One way to use that is to map...
# 🚀 feature request This is a fork off the #2411 now that I am confident that rn support is possible to a reasonable extent. I want to collect the...
Many exceptions are thrown and never caught resulting in subpar user experience.
To make kasane into a full-featured manager it needs to support object removal. That could be a trivial extension of layers for use cases when there are dynamically created objects....