Jonathan Underwood
Jonathan Underwood
Yeah, I guess adding `HTTP2_PUSH=true` to your docker-compose.yml file is easier than adding a single file with `http2_push_preload on;` and then adding a volume pointing to that file in the...
There are tons of examples, so I find & replaced a bit... so let me know what you want to do. But I at least got something started.
I think there’s an open PR that adds a bit of closures to the functions lesson. I feel like that is a good idea to get the student at least...
I was actually thinking of going a bit more in-depth with closures. Not too deep, but deep enough to give people a good overview of capturing, the Fn traits and...
I rebased and added a closures2.rs to the PR in #2099
I've been in discussions on the best way to handle this, and I think it would be a better idea to pass in a cached key. Instead of calculating the...
@Overtorment if you'd like to chime in, feel free.
> ye maybe use the following logic: > > * If shared secret `S?: Uint8Array` and `inputTweak?: Uint8Array` are set we go straight to `deriveOutputs` > * else if `inputs?:...
This PR is getting to be way out of scope for this library. Wipe everything and start from the beginning. What is your goal? Don't be vague. "To support BIP352"...
Stop coding. Discussions only for now.