Will
Will
It's the adblock plus syntax: https://adblockplus.org/filters
I don't have regular access to a windows machine. The `memphis` library does not have a windows variant, as you've noticed. The `osnfs` example does not use that library and...
I'm happy to see this happen. I think the main thing is that my understanding is that there is not yet a clear standardization on what the extension of the...
Cool! I'll add you to this repo so you can work on a branch here and we can get this into a PR and merged as you get happy with...
This highlights an aspect of the Handler interface that I'm going to see if I can take a quick pass at improving. Currently Handlers receive a `Mount` request as a...
Added the unmount handler method in https://github.com/willscott/go-nfs/pull/28. I'll take a pass at making use of that for freeing handles in this PR later.
upon testing, it looks like the `unmount` RPC call is only made when the nfs session has authentication. In the null authentication that's mostly being used, the unmounting of the...
Does this still match the current spec work? is there an alternative version of auth that's available in the current bitswap?
It appears that compilation should succeed with `CGO_ENABLED=0` - see https://github.com/dgraph-io/badger/issues/1104
It runs a libp2p host, You can not provide a port in which case it shouldn't listen. I guess you can end up with better libp2p connectivity if you do...