Marvin Hansen

Results 26 comments of Marvin Hansen

@MichelDiz If Dgraph is neither a RDF Triple Store nor a quad store, what then is the underlying storage system? Is everything reduced to key-value in badger? And what was...

Thank you. > Basically Dgraph was "mirroring" itself in GraphQL. I suspected that a few times, but now it's official. There is no point in supporting SPARQL or JSON-LD given...

I can't even install on MacOS 12 / M1 (Monterey) using Brew. Getting this error: 'n$ brew tap vaticle/tap ==> Tapping vaticle/tap Cloning into '/opt/homebrew/Library/Taps/vaticle/homebrew-tap'... remote: Enumerating objects: 412, done....

Is there any chance arithmetic will be added? SQL supports basic operations in queries since forever and I'm quite perplexed to see this one MIA.

Thank you for the clarification, When you implement arithmetic computation in rules, as part of the inference process, please include functions to dynamically calculate attribute values. The folks at infinite...

Please consider automatically generated K-Sortable Unique Identifier (KSUID) as Transaction ID's to preserve dependency order among transactions. A KSUID can be sorted by generated timestamp, by offset, or by both,...

Closing issue as it seems to be stalled after 2.5 years.

@indietyp is there a chance you can merge https://github.com/petgraph/petgraph/pull/547 ? I'm asking because the PR contains a[ simple fix ](https://github.com/petgraph/petgraph/pull/547/commits/2862b8fbaa3b156a21b8a4e306b3bfd332e12714) for an integer overflow resulting from an ancient default setting...

@indietyp setting in generic is perfectly fine for the time being. Can you do that or should I propose a PR? I am asking for this patch because I am...

Yea, that did the trick for the time being. I just figured out, when doing that, one has to call either default() or with_capacity() because new somehow gives an error...