-
### Describe the bug
If else written in functions not working.
I have 1 argument $parent_id
```
IF type::is::none($parent_id) THEN
RETURN "TEST";
ELSE
RETURN "WORLD";
END;
```
lik…
-
# How would you like the feature to work?
As of nowday avatar physics gives the impression of gravity, but it is being rendered to one direction (i.e. breasts) regardless the avatar's angle. Making s…
-
I am assigning this politely to @TimothyStiles :sparkles: (this is long, but to keep it brief; if there is a roadmap for this package or formal way to submit and RFC; I will fix this and help refactor…
-
### Describe the bug
This:
```
# docker-compose up db
[+] Running 1/0
✔ Container dsb-db-1 Created …
-
## Preamble
Currently Surreal.Net functions as a standard DB Driver where a single set of credentials is used for all connections to the database. However SurrealDB can do a lot more than your standa…
-
## 📚 Documentation Improvements
I am trying to generate a single UV-texture map in the format of the SURREAL dataset. There is a notebook in the original DensePose repository that discusses how to ap…
-
There is no daemon mode to start SurrealDB in the background, e.g. under Linux (there is also no way to use a config file #2042). It would be easier if there was an option like --daemon. Otherwise you…
-
Hoping you might be able to help with this!
Anytime I attempt to create an item in a table without an explicitly defined ID (ie. `author` instead of `author:john`), the DB seems to crash. This does…
-
### Is your feature request related to a problem?
```
RETURN time::now() - (86400s * 2);
```
Currently returns the following
```
"Cannot perform multiplication with '1d' and '2'"
```
### Des…
-
### Is your feature request related to a problem?
currently `surreal export` takes as input a namespace and a database.
Keeping track of all the namespaces and databases can be pretty tedious.
idea…