Sean Leather

Results 113 comments of Sean Leather

We could use https://github.com/terminusdb/terminusdb/issues/747 for migrating existing documents.

I'm pushing this down the line. I think it requires a discussion about authorization. I don't know what is intended by it in the big picture. First, in this case,...

I believe I'm running into the same problem. Person A uploads a number of files to `https://send.vis.ee/`. Person B tries downloading the link from `https://send.vis.ee/`, but it reports an error...

Just wanted to add this token of information I came upon. There is an issue for the Projects (beta) to automatically add new issues from a repository into projects ()....

We plan to deprecate `idgen` in WOQL and eventually remove it. You can use `insert_document`/`update_document` from WOQL now. In the future, we want to expose patch to replace uses of...

* [ ] We think it would be good to support both `GRAPH_SPEC` and `DB_SPEC` and accept flags for the graph type (i.e. instance or schema) uniformly in the relevant...

This will be part of https://github.com/terminusdb/terminusdb/issues/915

* [ ] Add API tests for `push`, `pull`, and `clone`

To reproduce: ```sh #!/bin/bash set -ex HOST='http://admin:root@localhost:6363' # Create database xh DELETE "$HOST/api/db/admin/tdb" label=l comment=c xh "$HOST/api/db/admin/tdb" label=l comment=c # Create schema xh "$HOST/api/document/admin/tdb" graph_type==schema author==a message==m