-
https://github.com/tlsnotary/tlsn/blob/3554db83e17b2e5fc98293b397a2907b7f023496/notary/server/src/service/axum_websocket.rs#L1-L5
I am curious if would be better to use this fork of [`ws_stream_t…
-
-
If a co-processor fails, the client will get a 500 error and a plain string:
```
router service call failed
```
I imagine this is coming from:
https://github.com/apollographql/router/blob/56f12…
-
Generated server SDKs use:
```
[dependencies.http]
version = "0.2.9"
[dev-dependencies.hyper]
version = "0.14.12"
```
And `aws-smithy-http-server` uses:
```
http = "0.2"
http-body = "0…
-
The tiptap instance does not run when integrating `leptos-tiptap` into the `start-axum-workspace` template from leptos. I suspect a configuration error on my side. Would appreciate some help in pinpoi…
-
-
### Bug Description
When I `cargo build` and got `error: failed to run custom build command for ring v0.17.7
Caused by:
process didn't exit successfully: `D:\rust\todo-list-axum\target\debug\bu…
-
### Feature request / 功能建议
> Similar to #231, but useful
Hey my dear bros, we're building an RAG application (especially for [one of our products](https://kun.bigdick.live/)) using MiniCPM3. Be…
-
When using the Vanilla client ("@rspc/client": "0.1.3",) to call this mutation on the currently published server (rspc = { version = "0.1.3", features = ["axum"] }
specta = { version = "1.0.5", featu…
-
While prototyping a change to the Core Lightning plugin, I added a new `/htlc` POST endpoint to the Gateway HTTP server which is used to request invoices be paid by clients, and `gateway-cli` commands…