Martin Jesper Low Madsen
Martin Jesper Low Madsen
**Describe the bug** With the introduction of https://github.com/cachix/devenv/commit/cf9d1229b814ac8d6aa2014a0ed9d6cd8d09e111 the new way of setting up the development shell introduces a lot of new variables, ones that were not there with the...
I have a PoC of this crate without the need for OpenSSL and instead use `rsa`, `x509-parser` and `sha2` to do request signing and verification. I'd imagine, continuing to support...
OpenSSL specific logic is now isolated through common RSA/X509 interfaces (under src/crypto/) that now extend to RustCrypto support. I'll leave this as draft for now. However, comments are welcome.
Introduces a 'flycheck-googlelint-extensions' option that is a comma-separated list. This option is supplied to cpplint.py in addition to the other options. Also corrects a spelling mistake in the root option...
There seems to be a fair bit of functional overlap with [Typeshare](https://github.com/1Password/typeshare) in terms of emitting type declarations from Rust types. Typeshare scopes a broader set of target languages and...
This PR intends to tackle the issue reported in https://github.com/dividab/tsconfig-paths/issues/153 When referencing files from other modules with their own configs, the primary config will no longer be used, but rather...
For read only systems it's common to use `/tmp` for caching and temporary files. This contribution enables the user to express an absolute path rather than only a relative path....
This doesn't fix any reported issue - a reproducible link was not applicable for this case hence why I didn't create an issue (sounded like a hard requirement). ### What?...