Glenn Rempe

Results 71 comments of Glenn Rempe

Hi @Ptico Thanks for taking this challenge on. Your ideas are good. Before we get into the API changes there are a couple of things that probably need to be...

Hi. I've rebased the calc_x branch against the master branch and added one small additional commit to consistently use the `sysrandom` gem for random numbers. You should also rebase your...

I'll try to take a look at this and make comments this weekend.

Thanks for the proposal. I'd like to take a little while to think this over and consider the changes I would need in the API of a matching TypeScript client...

Sorry, I lost track of this. I think your idea looks good and is an improvement on what I had (which was probably dictated more by the spec and the...

Rick talks about facets in the q&a at the end of this very good talk. He seems to think the aggregate view is much more useful and he implies that...

Additionally, it seems that the version of `@types/service-worker-mock` being included is out of sync with the `service-worker-mock` package. The function signature for `makeServiceWorkerEnv()` doesn't seem to match (accepts no args)....

FYI The known issues section of the README that the OP referenced has apparently been removed in this commit by @parkhomenko : https://github.com/fauna/faunadb-js/commit/6e386ec53bc4420424282a4cde38895b0d8a6e78 It's not clear if anything else other...

FYI, I have incorporated both signing and verification benchmarks into the little test repo with the help of @s-a-y : https://github.com/truestamp/ed25519-bench This includes benchmarks for tweetnacl-js, sodium-native, and Node.js crypto...

I have created a pull request for review which removes the optional dependency on `sodium-native` (leaving `tweetnacl-js` in place to handle all sign/verify functions just as it previously did). I...