-
## š 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ā¦
-
### Describe the bug
i'm using surrealdb embedding-mode in main thread, so i call surrealdb api in tokio's runtime in order not blocking main thread.but got `Err(Api(InternalError("sending on a closeā¦
-
The default json.Marshal method automatically escapes the `->` pointers so the Surreal server returns a parsing error.
> Actually, the way that Websocket.Send checks for an ID before an error was mā¦
-
### Is your feature request related to a problem?
No
### Describe the solution
I'd love to use SurrealDB in Elixir / Phoenix. Not sure, I shall make this request to Elixir / Phoenix team or yā¦
-
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ā¦
-
I convert agora data , the result is like this:
![å¾ē](https://user-images.githubusercontent.com/15968092/156746437-74c4a7b0-5512-4270-a0f4-35670e349981.png)
and I found ori data has 'Cam' folder anā¦
Gzzgz updated
2 years ago
-
It would be nice to have separate shaders for crt and lcd system, or for each emulated system.
Easiest implementation:
"Per system" option in "Scaling filter" box and "Shader" path field in "Path Coā¦
zzzzz updated
2 months ago
-
### Describe the bug
$parent doesn't work in if statement in subquery
### Steps to reproduce
nothing returns
```sql
select 1 from [{id: 1}] WHERE (SELECT true FROM 1 WHERE (IF 1=1 then $parent.idā¦
-
### Is your feature request related to a problem?
The Rust SDK transaction statements are not documented at [https://github.com/surrealdb/surrealdb/blob/54aedcdbdc1c50a55dfaec8f206c4c715ad3cb40/lib/eā¦
-
Hello, thank you for your excellent workļ¼
I use surreal dataset to train the modelļ¼When reading smpl parameter dataļ¼I have done the preprocessing according to your method`pose[0:3] = rotateBody(RzBodā¦