Adin Schmahmann

Results 287 comments of Adin Schmahmann

@makeworld-the-better-one there may be some relationship between these two issues. Note though that this proposal assumes that one network is a subset of another (e.g. I first check Yggdrasil for...

@willscott if you rewind a commit everything looks much cleaner (it was in a separate package and all the grossness related to the transfer protocol disappears). The recent grossness was...

> @aschmahmann Which issue is this for ? @aarshkshah1992 I filled in some text above, it's for #616

It's fine to update the go.mod version, but it's ok for them to not be the same. go.mod's Go version is basically the minimum Go "semantics" to use so you...

Seems reasonable to me. I recall @mikeal wanted to go about this in a different way though especially for JS, by making the codecs you pull into your library more...

Some motivation for why being able to compile with CGO across our supported platforms (Linux, OS X, Windows) is useful is that it enables kubo (formerly go-ipfs) to be able...

ok, so just reading the environment variable and related file then. It'd be nice to fix this since it's probably just a few lines of code, but it's operationally not...

> This is how I think it should be done. The size doesn't really matter for the hash. The size information is additional context that is needed for some application....

Hmmm... maybe that error is showing up because the latest version of `fs-repo-migrations` is not built against go-ipfs v0.8.0, but an earlier RC (there's a bit of a circular dependency...