Irakli Gozalishvili
Irakli Gozalishvili
It is also worth pointing out that this would enable not only encrypting single message in a single format but say multiple messages in different formats (just like you can...
> Specs like `unixfs-v2` no longer specify when something is a link, or make reference to block boundaries, so an entire file system could be one Block or thousands and...
> I agree it's not ideal, but our experiments indicated that joining the main network (which as I understand is still currently the only way to have a single daemon)...
This is really interesting to me, but sadly I was unable to join. It also happens that I'm looking into doing something similar to keybase for building a network of...
@aschmahmann thanks. What time is it at?
@jainsameeksha729 sorry for not getting back to you sooner. At the moment lot of changes are happening on integrating some newer IPLD bits which needs to be resolved before I...
Hey @carsonfarmer what exactly do you have in mind ? One thing that I've been wondering is trade-offs between: 1. Authoring all in TS, then generating ESM, and then generating...
> On the same token, I've recently started playing with TS via JSDocs in pure ESM, and while I'm not 100% convinced this is going to be nearly as "safe"...
Personally only benefit I personally see with using JSDoc over just doing it in TS are: 1. No need to compile to run code. Specifically being able to copy &...
If it is trivial to get TS -> ESM -> CJS going, I'd say there is little benefit to rewriting the code base into JSDocs and we should leave it...