-
**Is your feature request related to a problem? Please describe.**
I have used the python Langchain library in a previous project for a Django backend. Now Im working on a new project that uses Tauri…
-
**Describe the bug**
Script crashes when you subscribe to relay(s) with reusing a single `Filter` instance.
The stack trace:
```
/home/jiftechnify/projects/code_samples/nostr/rust-nostr-js-s…
-
### Describe the bug
Using `.upsert` in the Rust SDK with `.merge` does not reflect behavior in SurrealQL.
The following SurrealQL works fine but the same in the Rust SDK does not:
```
UPSERT …
-
## Description
Original story: https://github.com/go-vela/sdk-rust/issues/1
Build a [Software Development Kit (SDK)](https://en.wikipedia.org/wiki/Software_development_kit) for the [Rust](ht…
-
In addition to the already existing SDK, would be nice to see official Rust support.
-
Output of `node-red-dev validate`:
```
› Warning: D03 got is not at latest version, package.json specifies: ^12.0.2, latest is: 14.4.2
› Warning: D03 matrix-js-sdk is not at latest version,…
-
Now that we have a new UI, this should be relatively straightforward. All we need to do is determine whether a room is a direct message, which can be done via multiple different SDK APIs:
* https://ma…
-
We've had a number of people ask about Rust SDK progress. This issue serves for now as a place to track that progress.
Currently there is **no official timeline for releasing a Rust SDK**. However,…
-
### Describe the bug
I'm trying to define a table schema using the following code:
```rust
#[tokio::main]
async fn main() {
let db = Surreal::new::("./db").await.unwrap();
db.use_ns("tes…
-
### Motivation: Why do you think this is important?
Rust code can be run inside the container, and users don't need to install the Python SDK
### Goal: What should the final outcome look like, ide…