Bret Comnes

Results 345 comments of Bret Comnes

Was just about to ask. Can you give an example of a bad doc block, and an example of how to fix?

Works when the runtime loads a domain based website. Waiting on the next version of safari to add full support.

Given the short time frame, I went ahead and moved it into the international repo: https://github.com/nodeschool/international-day/commit/72d14e4c4a86f8688df65bf419dd4313902c3d7f

Food for thought: ``` I wouldn't do that. 14:15 just put a note in the readme 14:15 code that is depending on cache-component that works doesn't need to be updated...

I started some work on the easy parts here: https://github.com/bcomnes/sodium-javascript/tree/noise-support

> maybe you want to split them into a separate file like we started doing on some of the newly implemented ones? Yeah agreed, I was sort of just feeling...

I started a WAT implementation in https://github.com/little-core-labs/hchacha20/blob/master/hchacha20.wat Has anyone spotted a good way to port macro blocks? https://github.com/jedisct1/libsodium/blob/master/src/libsodium/crypto_core/hchacha20/core_hchacha20.c#L8-L14 I presume just type it out is the most straight forward option.

Completed hchacha20: https://github.com/little-core-labs/hchacha20/blob/master/hchacha20.wat Time to see if it works.

@cblgh had to step away from the project. 2 observations: - in our use case, we have a local node process we can run sodium native on, and use websocketsc...