Jeff Rade
Jeff Rade
Friendly nudge, @gavinandresen @mikehearn
@luke-jr Is it necessary for the Author(s) of the bip to ACK a trivial change like this? If @sipa can confirm that his gist is the correct proposal that was...
@gavinandresen, @mikehearn Mind giving this a quick look and an `ACK`? Thank you in advance!
> However, spawning too many parallel workers may become a problem. Would having 6 partitions cause disruption? How many is too many? [I'm seeing](https://github.com/klarna/brod/issues/357) connection issues to Confluent.
@k32 Thanks, appreciate the quick response. Any idea(s) what might be causing our issue here: https://github.com/klarna/brod/issues/357
@jlopp beat me to this 😆
I would add a `.gitignore` file. Looks like a lot of files are committed that shouldn't be. For example, I wouldn't expect the `dotnetcore/BlockChain.Tests/bin` folder to be committed.
@ArminNaish I would clean up a lot of this PR and only commit the absolute bare minimum for someone else to build and run from source. Utilize a `.gitignore` file.
@cippaciong and anyone in the future coming across this, you can simply store `secrets.enc.tfvars.json` in proper JSON format and [terraform will read this file as usual](https://developer.hashicorp.com/terraform/language/values/variables#variable-definitions-tfvars-files) to accomplish what you...
I have a [Slack client-server project](https://github.com/jeffrade/slackrypt) where users can send encrypted messages to each other (a basic public/private key and AES implementation inspired by OpenPGP), but would like to add...