Tommy van der Vorst

Results 89 issues of Tommy van der Vorst

https://speakerdeck.com/ajantis/practical-demystification-of-crdts https://en.m.wikipedia.org/wiki/Conflict-free_replicated_data_type

not sure

Allow specific pages to be selected using URL routing: * `/welcome` * `/data/[db]/[q]` * `/blocks/[blockid]` * `/identity/[pubhash]` Use window.history.pushState.

web client
easy

(See WK)

web client

Public key hash is what used for identification everywhere (well, except grant queries).

web client
easy

Currently the system requires the following syntax: ````sql GRANT template X'123123' TO X'456456'; ```` The following would be a bit more user-friendly (but may interfere with parameter binding?): ````sql GRANT...

Check against current node head in a hypothetical, then warn if that throws an error.

web client

Fetch table schema (including primary key information). Then autogenerate CRUD forms (possibly depending on whether grants are available)

web client
easy

Should generate a `REVOKE` statement.

web client
easy