Lucas Molas
Lucas Molas
> The specification is about the format, not the API. Prefix is an implementation detail. That's fair, we may have different expectations of what a specification does. In my experience...
I get the general need but I'm not sure what's the request in terms of implementation. Do we want to create a "parse path" API here? Is knowing paths a...
@Jorropo > (I guess it's your job to figure it out if you want to fix it slightly_smiling_face). I've already done my job and told you: `(*Path) ToCid() (Cid, error)`,...
I think I have converged with @Jorropo to put this in `go-path` then. @Trim21 Would something like this work for your use case? ```go r, err := ipns.ResolveIPNS(context.TODO(), p.NameResolver(), name)...
Working on this in `go-path`, will close this when that lands over there.
@derekparker Would it be OK to submit a small PR to give this a try?
@derekparker Great, thanks. I'll start poking around and see what part of the code seems more accessible to me, unless you think there's a particularly good starting point.
> start at the beginning and document how Delve builds, launches, and attaches to a process (and what that means). I'll try to start there and see where it takes...
Has there been any progress on this? I can make the fixes needed to land this if it helps (at least to land the 'fork me' option).
Sounds like it. Will go ahead with this one unless explicitly flagged otherwise.