-
**Describe the issue**
A possible false positive for the `discarded_futures` lint.
**To Reproduce**
```dart
Stream foo() {
return Stream.fromFuture(futureInt()); // Future.value(17);
```
…
-
Have been experiencing regular timeouts / failures, seem related to the glyphs download step: https://github.com/minusfive/zmk-config/actions/runs/11321454822/job/31500930916
```sh
INFO: using con…
-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…
-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…
-
Many of the async clients/servers are moving towards the common futures/tokio stuff, might be worth integrating cassandra-rs to use the rust futures crate
-
**Version**
```
❯ cargo tree | rg tokio
repro-tokio v0.1.0 (/Users/mathieuletendre-jauniaux/work/repro-tokio)
└── tokio v1.32.0
└── tokio-macros v2.1.0 (proc-macro)
```
**Platform**
…
-
### Describe the feature
1. Re-export types that are shared among different binary crates (e.g. `sequencer`, `seeder` and `secure-rpc`).
2. Re-export common crates (e.g. `const-hex`, `serde`, `tokio`…
-
A minor thing but inconsistent across platforms. Checked the Web UI and it only shows "Options, Perpetuals, Spot" with no "Futures" displayed.
Android app is version 2.2.1
IOS app is version 3.0.8…
-
## Abstract
This is part of the general Futures support that Rotki would eventually need. Same applies for other exchanges like Kraken that have futures.
We should support Future trades from Bin…
-
Hi,
Thanks for your awesome work.
I'd like to collect futures prices, such as "S&P500 Futures" or "Nikkei225 Futures".
If I add those futures information in "indices.csv", Can I collect the pri…
mrhaa updated
4 years ago