Joep Meindertsma
Joep Meindertsma
Ok so I checked if `fast-json-stable-stringify` gives the same out as the rust one for this JSON object, and it seems to be the case: ```js import stringify from 'fast-json-stable-stringify';...
Hmm, that probably means that an invalid value is parsed as if it was valid by the server. The float value should throw as soon as it's being parsed. I...
Hey, do you have this drive publicly available by any chance? Or some steps to reproduce it?
## Responsibilities of IPFS module in server - Store Commits in ipfs (these are _always_ immutable) - no reason to store these using other mechanism. - Store versioned representations of...
Relates to #658
Hey Alex! Thanks for this :) I must admit I never really considered using SQLite as a KV store - wasn't even aware they had it! My big question is...
We've received good news from NLNet: we'll receive a donation to work on local-first features :) The first step will be to dive further into how AtomicServer and NextGraph will...
> Have you checked out TerminusDB? It's one of the few brancheable time-travelable rdf-graph-object based databases that would be able to support a few of these features outside of the...
We (@niko-ng and @Polleps) just discussed how we'll approach the NG + AS merge: - Prioritize the JS side of things. We don't need server integration initially, we focus on...
Zijn hier nog blockers voor we kunnen mergen?