Maren van Otterdijk
Maren van Otterdijk
The workaround described in this readme works great for me. I'm using a combine-sink to route my game audio to my headset as well as a sink whose monitor I...
Not sure if this is actually a bug, but we have conflicting assumptions about xsd:anyURI. base_type.pl asserts that anyURI can be a relative url, however, casting.pl asserts that it has...
Various CLI commands (clone, fetch, push, pull, user) prompt for a password. Normal behavior for tools that prompt for password is that the echo is disabled, so that the password...
Affected: - fetch/pull/push - doc insert/replace - possibly others This only seems to happen in the container version, where we call the command inside the container and do some magic...
It would be neat if we could make common unix shells auto-complete terminusdb cli commands and resource paths.
I have the following schema: ``` {"@base":"terminusdb:///data/", "@schema":"terminusdb:///schema#", "@type":"@context"} {"@id":"Foo", "@type":"Class", "a":"sys:JSON"} ``` And I insert the following document: ``` {"a": {"c": [null, 42, {"a": ["b", {"c":"d"}]}]}} ``` On doc...
Recently, SWI-Prolog introduced proper unicode support on windows (through UTF-16). This opens up the possibility to reintroduce windows support for us. Right now, this unicode support is still in a...
When retrieving a document, we currently only unfold subdocuments. If a document points at another document, we never unfold. In many cases this is inconvenient, and at schema design time...
I tried to push an existing local data product to a brand new data product on terminusx, and got an error. steps to reproduce: 1. create new data product on...