Gavin Mendel-Gleason

Results 55 comments of Gavin Mendel-Gleason

* Yeah, odd elements between `,` would be nodes. * Yes, it should still be possible to group or/choice I was also thinking about the variable thing. It would be...

I think this is a really good idea. When looking up change information however, we'll have to look deeper down the layer stack to find the answer, but since this...

We moved to a faster delete in rust, and I think this may have been the cause, we'll try to track down.

I believe we've finally tracked this down. It was a very hard one to reproduce! We believe it is related to rollups and an off-by-one error that is pretty deep...

This is a client bug, the generated JSON is: ```json {"@type":"Limit","limit":10, "query":{"@type":"And", "and":[{"@type":"From"}, {"@type":"Triple", "subject":{"@type":"NodeValue","variable":"cls"}, "predicate":{"@type":"NodeValue","node":"rdf:type"}, "object":{"@type":"Value","node":"sys:Class"}}]}} ``` Fluent syntax apparently does not work here, You can use the two...

The problem here is that the password needs to be changed using the User API before you can change it in the docker settings. This can be achieved using TerminusDB's...

Yes, this appears to be implementing lt rather than le! We'll try to get a patch.