-
It would be *amazing* if we could call asynchronous Swift functions from Rust.
The only problem is: `_@cdecl` doesn't allow us to mark our functions as asynchronous:
`src-swift/lib.swift`
```sw…
-
### Describe the bug
confirmation_token is a parameter that can set when creating a payment intent but is not exposed as part of the createPaymentIntent struct
Stripe API documentation: https://do…
-
We know that our async infrastructure is not the best. It has multiple processes and has some potential bugs, so I decided to spend some time to rewrite WebSocket client on Rust.
I should help to fix…
-
I ran the image `v24.10.0a3`, and got an error related to the `hq`.
System: Ubuntu 24.04.1 LTS
```
You can also re-run HyperQueue server (and its workers) with the `RUST_LOG=hq=debug,tako=debug…
-
This is a followed up of #832.
With the hard work of @Brooooooklyn, we now are ok to compile to wasi successfully and run wasi rolldown successfully in some simple cases.
However, there are stil…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
After following the [instructions for building zed on linux](https://github.com/zed-industries/zed…
-
## Describe the bug
The examples are not very useful for individuals trying to get started. The first challenge is getting the examples to run locally in their own crate.
None of the examples u…
-
Right now we lazily create an async runtime whenever you first call an async Rust function from Swift.
https://github.com/chinedufn/swift-bridge/blob/72c2fa5f2214e0845d9b3fa29b56ffbf94a97c68/src/as…
-
# Task Server Protocol
https://devenv.sh allows defining tasks in your favorite language using [JSON-RPC](https://www.jsonrpc.org/specification#response_object)
protocol and exposing them as an ex…
-
**Syntax:**
async / await in Rust. For example:
```rust
async fn foo() {
async_foo().await.await.await;
}
```
Currently it highlights as following:
It should be highlighting `asy…