Irakli Gozalishvili
Irakli Gozalishvili
Not taking sides here, but I do want to point out that we found a way in UCAN invocation spec to [authorize multiple invocations using single cryptographic signature](https://github.com/ucan-wg/invocation#4-authorization) by signing...
/cc @gobengo @blaine @expede
> I'm not aware of anything in the DID spec that prevents `did:mailto` (see also `did:key` and `did:pkh`). One of the criticisms of the DID spec is that it's extremely...
As far as I understand https://tools.ietf.org/html/rfc6763#section-7.1 subtypes are just `._` delimited prefix for a service type. In which case service like: ```js bonjour.publish({ name: 'fritter', type: 'dat', subtypes:['utp'], port: 3000})...
I'll try to convince nodejs folks to allow shadowing built-in modules with dependencies. It looks like there is no other reason than legacy for node to look in `node/lib/` before...
@darrencruse to be honest I do not know if this works with [co](https://www.npmjs.com/package/co) as I have not tried it, but since it seems to claim to work with promises it...
Please keep in mind that this custom implementation of `spawn` will behave slightly different from `co` as it will try to read as much as possible in a single tick...
@darrencruse if you end up trying this out with `co` please let me know if that worked out or if you run into issues.
Some how all other languages do just fine without distinction not existing values and intentionally emptied values. If one for some reason wants to empty a value but signify the...