Tobie Morgan Hitchcock
Tobie Morgan Hitchcock
Ok this sounds interesting @rushmorem . Out of interest, how does the build process work from a dependency point of view? (as you know `tikv-client` builds fine in Github Actions...
Ok awesome @rushmorem . A `musl` build for Alpine Linux should also be on our roadmap at some point. Presumably statically-build binaries would be more suitable for the Nix packages?
Hey @andreimc thanks for this suggestion! Could you post an example of the contents of the jwks.json file?
I presume there could also be multiple different keys, each with a different algorithm? Would all of the keys allow for verification?
Hey @miguelgargallo could you make this a tutorial on https://github.com/surrealdb/tutorials ?
Hi @liusong1111, when in `SCHEMAFULL` mode you need to define EVERY field... ```sql DEFINE TABLE person SCHEMAFULL; DEFINE FIELD info ON person TYPE object; DEFINE FIELD info.hello ON person TYPE...
Hi @DrBlury, I'm going to leave the TOC as it is, because, as @oricc stated, there isn't one on GitHub mobile. In addition, I didn't actually know about the TOC...
Hey @AL1L this is awesome, although the reason that this hasn't been implemented yet is that the `sql` REPL should really connect over WebSocket (waiting for the Rust client library...
> As this PR is performance motivated, I think now may be a good time to rethink our position on this. In my experience, HashMap is much faster than BTreeMap....
Hey @tomsseisums and @mathe42. Yes the only one that will work at the moment is... ```sql DEFINE EVENT js_when_srql_then ON sometable WHEN function ($event) { return arguments[0] == "CREATE" }...