Alan Shaw

Results 121 comments of Alan Shaw

:warning: the migration may have run but a quick check and I have found entries in `backup` that are not in `upload.backup_urls`.

@gobengo does this need to get deployed?

Can you elaborate please? Your API token needs to be sent to authenticate yourself to the service.

A few things I'd like to explore: 1. How can we retain the original string? In terms of printing these addrs out, it's more useful to be able to print...

@jacobheun it might be useful to have your opinion on this?

Thanks for your thoughts! > That is, if we ran across `$x/someproto/$y`, we'd encode this to `BinaryMultiaddr($x) + StringMultiaddrCodec + Length + $y`. When parsing such a multiaddr, implementations would...

Yep, that's weird - it should be red!

It's not possible right now. I would welcome a PR, but it would have to encompass #94 also

Hi @luscus, Thanks for your contribution. It's an interesting issue. May I ask why you're using "*" or "latest" in your package.json and not a more usual "^" or "~"...

Thanks for the info, I understand the reasons **for** using shrinkwrap but what I was asking was why use "latest" or "*" in your package.json. When you `npm update` you're...