-
### Describe the bug
SurrealDb: v1.5.4
SDK: v0.3.0
While upgrading to the new version of the sdk, I keep getting this error when umarshalling my Device struct
`error listing devices from databas…
-
https://surrealdb.com/
-
### Is your feature request related to a problem?
Ability to override what `fetch` to use when using this SDK.
Also noticed that this was possible in `0.11`.
### Describe the solution
Most frame…
-
### Describe the bug
Currently its not possible to pass a surreal closure between scripting functions and surreal.
On top of this, possibly returning a javascript function from a scripting functio…
-
### Describe the bug
When using an `if` statement inside a transaction and assigning to a variable,
the variable value isn't updated outside the transaction.
Without the `if`, the variable val…
-
### Describe the bug
Im trying simple variable increment in Surrealist
![Screenshot 2024-07-13 172435](https://github.com/user-attachments/assets/6c145efb-d1dc-49a1-8cb9-8ed4a5b3ff71)
I don't u…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
STR:
```
surreal start --user root --pass root
deno run --allow-net https://gist.githubusercontent.com/dector/849c1f1baf9e5929fae6f4c395ea388c/raw/b92efa5eb00f0cdad4098b4bfd2b173eaf1a76c9/surreal-d…
-
CBOR is faster, smaller than json, no recurse maximum problem and it can have bytes type (JSON cant)
The main thing is - get 3rd party library or write it for Surreal exact case
-
### Describe the bug
I am getting the following error while using `Update` method even though `created_at` field of type `datetime` is not explicitly modified anywhere.
```
There was a problem wit…