David Cowden
David Cowden
Variables should be non-static by default and only promoted (per-say) to static when needed. Most uses in this code base are misinformed.
Stemming off of #27, I have a few thoughts that probably warrant their own issue: It would be nice if the next version had a design goal relating to the...
Section 8.2 of the ACME spec details exactly how client and server retry should be handled during a challenge validation. We should implement this part of the spec. Namely, retry...
I believe ORCHID as been superseded by [ORCHIDv2](https://datatracker.ietf.org/doc/rfc7343/).
When using cla-assistant in the past, I've only needed to grant email address read access to cla-assistant in order to sign a CLA. In my settings, I can confirm this...
I have the tester playground pulled up so I can fire some test events. However, when I try to type anything into the event input field I get errors like:...
I was playing with adding `_Nonnull` annotations to an FFI that I consume in Swift. If you configure cbindgen to emit `_Nonnull` and run the header through `xcodebuild`, much like...
I have llvm instealled with brew. I symlinked `/opt/homebrew/opt/lldb/bin/lldb-vscode` to `~/.local/bin/lldb-vscode` which is on my PATH. `hx --health rust` finds lldb-vscode (all green). I edit a rust file and run...
I understand this may be by design due to the nature of nesting, etc. If so, then the issue is that for an application that implements something like signed requests,...
**Is your feature request related to a problem? Please describe.** We'd like to use the chrome plugin to publish our chrome extension. We also want to publish pre-releases to the...