Scott Dunlop

Results 4 comments of Scott Dunlop

With the addition of set-value for navi, this prevents fields from being edited. The solution may be to JSON-encode all values so there will at least be a "" or...

Starting a branch to move Navi to Ember.JS or something similar -- now that we can change values, there's all sorts of book keeping like "make sure all copies of...

I found this error by doing: ``` mkdir test cd test go mod init local/test go get upper.io/db.v4 ``` Which resulted in: ``` go: upper.io/db.v4 upgrade => v3.7.1+incompatible go: finding...

It appears to be a JSON encoded map, looking at [cozo.go](https://github.com/cozodb/cozo-lib-go/blob/main/cozo.go#L93) which wraps the C library for Go. That said, the [cozo_test.go](https://github.com/cozodb/cozo-lib-go/blob/main/cozo_test.go) doesn't actually use this at all -- so...