Kevin Burke
Kevin Burke
I maintain a Homebrew formula that can be used to install rustls-ffi, Hyper, curl, git (and hopefully other software), using the Rust backends. You can view the repo and instructions...
Hi, does anyone have permission to use this source code? There is not currently a LICENSE attached.
on their website: http://wiki.nginx.org/3rdPartyModules
I'm worried I'm not smart enough to implement `Match exec` properly; it seems like a security risk.
SendEnv accepts wildcards for values. We need to make a decision whether to return the string with the wildcards, or to expand them.
For some keys the only acceptable values are `yes` or `no`. Some others accept only integers. If we know the type of the key, we should implement value typing for...
Before returning the value we should interpolate all of the shortcut values and substitute their actual values. per the manpage: ``` TOKENS Arguments to some keywords can make use of...
usage without credentials prompts you to run ":help gist-vim-setup", this help topic doesn't exist
See https://buttondown.email/cryptography-dispatches/archive/59c99d2e-9fd7-4859-934b-f52cf254e6b2 and https://github.com/golang/go/issues/43148#issuecomment-743738586.
For example, the base64 api's have a user pass in a `dst` array to decode into. The nacl API's in golang.org/x/crypto follow a similar pattern. The advantage of doing it...