Philipp Krüger
Philipp Krüger
Hey, what's the status of this? I'm looking into having a murmur3 package that gives me 128bit hashes as Uint8Arrays which match the reference implementation. This is exactly what I'm...
It seems like technically the package is under your control, you only need to publish: https://www.npmjs.com/~karanlyons
Hi! I'm interested in automatic reduction of elm codebases, so one does not have to do it by hand, like you did. I'm working on [elm-reduce](https://gitlab.com/matheus23/elm-reduce/), which is something similar...
That sounds awesome! What do you think about my proposed feature bullet points?
> (1) requires the least amount of code, but has the downside of being restricted to a specific TLD. To add to that: (1) means the filesystem contains information about...
I find the distinction between fully and mostly immutable confusing. If the surface level API is supposed to look like this: ```js const permissions = ... const { fs }...
Ok, so I've been chewing on this for a bit. Given that we need some kind of merging operation on filesystems when we implement conflict resolution (rebasing), I think it...
Depends on: * https://github.com/fission-suite/ucan/issues/2 * https://github.com/fission-suite/keystore-idb/issues/62 * ~~https://github.com/fission-suite/fission/pull/410~~ * ~~Switching to signatures on `utf8(header.payload)` instead of `utf16(header.payload)` or changing the ucan library to support signatures on utf16.~~ Hmm. I don't...
This is a pretty old issue. With the new version of WNFS we don't actually have this issue anymore: > This would also eliminate the need for a header subdir...
Sorry for not getting back to this earlier. If this is too late for you, I hope it's at least helpful to others coming across this. The short answer is:...