-
example/tokio_tungstenite.rs
I am facing an issue with the `binance_spot_connector_rust` library where the WebSocket connection attempt times out without any response. When executing the following …
-
We could simplify Rustup a lot. It was built with some very ambitious goals and it is clear that some of things will never happen, but the code is designed to accommodate them causing unnecessary comp…
-
Async-receive:
- [ ] Support being the async receiver’s channel counterparty (eg LSP) per the [spec](https://github.com/lightning/bolts/pull/989) PR
- [ ] Support store-and-forward mailbox for on…
-
Apply following PRs on the [update_on_bitcoin_0.31.x](https://github.com/chaintope/rust-tapyrus/tree/update_on_bitcoin_0.31.x) branch.
* [ ] port change log from rust-tapyrus
* [x] Add generation …
-
Would be great if `intellij-rust` came out of the box configured to enforce the [rust style guide](https://github.com/rust-lang/rust/tree/master/src/doc/style), similar to how PyCharm is configured ou…
-
I noticed that Cuid is marked as deprecated due to security on the repo https://github.com/paralleldrive/cuid
They recommend using Cuid2: https://github.com/paralleldrive/cuid2
edit: the repo pr…
-
Hey, I am trying to deploy this project on my Mac. Because the chip architecture is different, I can not build this project on my laptop. So I write a dockerfile to simulate the X86 env and now it wor…
-
I noticed you guys forked a bunch of controller code from AICI for your constraints. I think you might be interested in https://github.com/microsoft/llguidance - it implements a more general constrain…
-
```rust
#[repr(transparent)]
pub struct Public {
pub field: i32,
}
#[repr(transparent)]
pub struct Private {
field: i32,
}
#[repr(transparent)]
pub struct Hidden {
#[doc(hid…
-
When `"rust-analyzer.completion.callable.snippets": "fill_arguments"` is set, r-a completes the parens for function calls flawlessly in most situations. But when inside a match arm, if I only typed …