Tom
Tom
Is there a way to perform a full build, so that I get a self-sufficient singular JS file?
I required custom `rsync` options, and initially set up my config like: ``` shipit.initConfig({ default: { /* .. */ rsync: ['--no-p', '--no-o', '--no-g'] } }) ``` Expecting the options to...
I have a setup where CraftCMS is used in fully headless fashion and our development/production host is behind Basic Auth. Currently, if you're behind Basic Auth, it's impossible to auth...
### Describe the bug A defined computed field that uses dot separated path to set a nested field, in case the record does not have the containing field defined, the...
### Is your feature request related to a problem? We can already `DEFINE TOKEN ... ON [ NAMESPACE | DATABASE ]`, but that gives low-level access, whereas scopes give more...
### Is your feature request related to a problem? Surreal is super powerful already compared to standard RDBMS' or even NoSQL DBMS', up to a level where I am starting...
### Is your feature request related to a problem? Essentially, I'm trying to fit my project onto Surreal from the perspective of "Surreal as a Backend" where with the power...
### Is your feature request related to a problem? Surreal provides super awesome functionality with embedded JS, like we can take over almost any expression. Which can come in handy...
### Is your feature request related to a problem? Mainly, just to have concise _API_, where any expression can be standard SRQL or use embedded JS as an escape hatch...
### Describe the bug Running this: ```sql RELATE somebody:curious->wants->something:cool SET id = [in, out]; RELATE somebody:fancy->wants->something:glamorous SET id = [in, out]; RELATE somebody:crazy->wants->something:sketchy SET id = [in, out]; ``` Apparently...