Maren van Otterdijk

Results 81 issues of 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...

bug
shouldnt-take-long

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...

bug

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...

bug

It would be neat if we could make common unix shells auto-complete terminusdb cli commands and resource paths.

enhancement

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...

bug
shouldnt-take-long

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...

enhancement

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...

enhancement

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...

bug