Brecht
Brecht
Leak was definitely not the word, but in cases where you are using hero in lots of places for a lot of different websites, it's very hard for those websites...
I'm curious aswel if chrome is masking this (if it is even working), how it does this. Random Ip, or also using an external api to get the actual public...
@GlenDC since we now use Jemalloc finding these hotspots should be pretty _easy_. Getting everything installed and running next to Rama is slightly more difficult depending on where it is...
Once [this](https://github.com/rusticata/x509-parser/issues/204) has been fixed we can move one layer up and also implement proper feature gating in `rcgen`. I do find it nasty that this dependency leaks throughout the...
For changes in `rama-crypto/src/jose/jwk.rs` I would start with RSA as it behaves quite similar to EC curves. Places that need updating: - Add `JWK::new_from_rsa_keypair` using `RsaKeyPair` from `awc_lc_rs`. Here you...
@valkrypton I waited with reviewing since tests were failing. And seems there is a merge conflict now also. Can you fix both, I will review after? Let me know if...
LGTM for me, thanks for this! @GlenDC do you still want to review?
> > LGTM for me, thanks for this! @GlenDC do you still want to review? > > Yes I'll review tonight and merge it if I'm also okay with it....
@valkrypton ci/cd is failing can you fix it and run `just qa` locally to test if everything is working
Question on the side: will `_nix_argsum_suffix "${files_to_watch[@]}"` not get expensive depending on the amount of files and size they are?