Maren van Otterdijk

Results 56 comments of Maren van Otterdijk

We're currently working on a generic constraint system. This should make it possible to do things like string bounds, or numeric value bounds, as well as more complex inter-document constraints.

Error condition is correct but should be formatted properly.

It's hard to say what exactly is going wrong here, as none of us run opensuse. The error seems to be occurring in bindgen, a rust utility that generates rust...

@rrooij @hoijnet what is the status of this issue?

The server definitely shouldn't be returning rust panics under any circumstance. Can you tell me roughly what your import does? What steps does it go through (db creation, schema creation,...

The fact that things work when you do sleep indicates that maybe the issue here is when you hit different servers in subsequent requests, and somehow the layer file did...

Most likely, this issue is caused by a wrong use of data syncs in the underlying code. While we ensure that the actual layer file gets written, its directory entry...

the async_trait macro does this for free and should just be used everywhere.

Currently terminusdb uses a workaround where it calculates layer size from a directory. This means that this code is dependent on the directory store being used. We need to move...

I don't think this is actually backwards compatible though, as various label names that are possible now would be transformed by this change. In particular, any label with a `%`...