Shawn Rutledge

Results 64 comments of Shawn Rutledge

> use `fs mount fuse keyfs ...` instead of `fs mount fuse ipns ....` Aha, makes sense. Unfortunately that didn't succeed: ``` $ ./fs mount fuse keyfs /mnt/keyfs Attempting to...

@djdv Sorry to hear you are having a hard time in life. I wish you the best of luck with finishing that. Let me know if you need help. I...

Still an issue. Is there some reason not to fix it?

``` func (api *NameAPI) Publish(ctx context.Context, p path.Path, opts ...caopts.NamePublishOption) (coreiface.IpnsEntry, error) { ctx, span := tracing.Span(ctx, "CoreAPI.NameAPI", "Publish", trace.WithAttributes(attribute.String("path", p.String()))) defer span.End() fmt.Println("--- name.publish got here?", p, opts) if...