thomaschristopherking

Results 8 comments of thomaschristopherking
trafficstars

Hi Alex, thanks for looking into this, it makes sense. If it's just for localhost then I guess it's not such a big deal (although I think our network latency...

Thank you @alexjpwalker that makes sense, another Python annoyance. Guessing this issue could be closed (or linked to the rust client implementation?). I think we can wait for the Rust...

> Just to be sure - the query in `2.` is asking for `avatar` not `person`? Sorry no that was incorrect, I've fixed it.

> Can we provide the minimal schema to reproduce this issue, @thomaschristopherking ? Sorry just saw this, was on vacation. Added a schema. Might have more than needed to cause...

We need this as well. At the moment we're matching on the entity e.g., get $x (the person) and then using get_has in Python, which seems unnecessary. My preferred solution...

Aren't there some fundamental differences between OWL/Description Logic and TypeDB? One is, being classical, the lack of weak negation in OWL. Conversely, I believe there is strong negation in OWL...

If it's not too late, it'd be good to have a function to get the current date-time. A lot of common use-cases. Like, getting all of the contracts that haven't...

> @thomaschristopherking Would it be acceptable if this function (and any such function which is influenced by external factors) has a fixed value throughout the transaction? Without that restriction, we...