-
The function definition for channel is this `fn request_channel(&self, reqs: Flux) -> Flux`
where flux is defined as `Flux = Pin;`
To request a channel it is required to put in a stream and get th…
-
Dispatch::new is not side-effect-free.
```rust
impl Dispatch {
/// Returns a `Dispatch` that forwards to the given [`Subscriber`].
///
/// [`Subscriber`]: super::subscriber::Subscribe…
-
```
diff --git a/tokio-epoll-uring/src/system/slots.rs b/tokio-epoll-uring/src/system/slots.rs
index 0d857fa..ed200cf 100644
--- a/tokio-epoll-uring/src/system/slots.rs
+++ b/tokio-epoll-uring/src/sys…
-
When start miner using Supervisor service (http://supervisord.org/running.html). Error looks in log is this way https://dl.dropboxusercontent.com/s/qehkl2yoiq5xu7j/Screenshot%20at%2008-16-22.png
Su…
-
### 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…
-
This is a tracking issue to manage the WASM implementation of the Breez SDK.
**Tasks**
- [x] Test different WASM/WASI/emscripten build methods
- [ ] Identify changes required for Breez SDK / Gr…
-
## Version
0.2.13
## Platform
Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
## Subcrates
mio
## Description
…
-
Over the past few days, we've received an abnormal number of issues reporting a panic in the scheduler that really shouldn't happen. I'm wondering whether a recent change in a dependency or Rust itsel…
-
I currently have (on a private repository) a binary application (`src/main.rs`) with an additional binary used for deployment stuff. This binary has `required_features` set.
In this configuration, *c…
-
**Describe the bug**
When trying to run the latest official cuda-86 image (ghcr.io/ericlbuehler/mistral.rs:cuda-86-latest) mistralrs server fails to load with an error stating it can't find the cud…