Daniel Solnik
Daniel Solnik
This provides an alternative approach to adding swagger ui function parameters that supports older browsers. I took the code from #35 written by @carlosreif and made some updates so that...
In 0.10.2 it did, now in 0.12.3 it does not.
allow for multiple spaces before the check keyword and any amount of white space (including 0) after the check keyword but before the in keyword: For example, if your constraints...
run ocicrypt keyprovider outside of container (or at least as the running user) on encrypt/decrypt
Hello! When using ocicrypt, I believe at least, the key provider is executed inside of the container as root so $USER is root. Is there a way to disable this...
Would it be possible to give the key provider the option to specify the encryption key and protocols instead of just the KEK?
Previously, only all of the values at the current point in time are copied. Unfortunately, this doesn't copy over references. It would be nice to copy those over too.
In the constructor for a [ParameterizedFunction](https://github.com/holoviz/param/blob/31f5717457b8a53e979f5e5cc5e0c724c69f7f61/param/parameterized.py#L4453), all of the values at the current point in time are copied. Unfortunately, this doesn't copy over references. #### Is your feature request related...