-
Say we have:
- app depends on awesome
- awesome dev-depends on cookie
activating a feature in the dev-dependency through a feature in awesome does not work:
```toml
# cookie/Cargo.toml
[featur…
-
First of all, thanks for making this!
I tried to build and run it on my machine and I'm having issues.
Output:
```sh
$ cargo run
# ...
Running `target\x86_64-pc-windows-gnu\debug\komotr…
-
**What happened**:
Quilkin proxy crashes immediately after startup, regardless of installation method (both Docker and Cargo install).
**What you expected to happen**:
Quilkin proxy should star…
-
Should probably gracefully handle this:
```
thread 'tokio-runtime-worker' panicked at /home/runner/work/helios/helios/execution/src/evm.rs:76:47:
called `Result::unwrap()` on an `Err` value: rpc …
-
There appears to be a runtime panic introduced in the slippage computation:
```
2022-11-04T12:38:43.557Z ERROR cowdexsolver::tracing_helper: thread 'tokio-runtime-worker' panicked at 'denominator …
-
### What should be done?
We can refactor a couple methods of the HttpProxy implementation in the prover proxy, simplifying the request ID handling and queues.
### How should it be done?
- We can re…
-
### Summary
I just came across a case where I think the new `let_underscore_future` #9721 produces a false positive:
```rust
#[tokio::main]
async fn main() {
let _ = tokio::spawn(async {…
-
We need more tests and benchmarks. They will help us debug and improve the code quality.
This issue is for newcomers of this project. If you would like to contribute, but don't know which work you …
-
![image](https://github.com/user-attachments/assets/66055018-62a6-4297-b68c-de940d4cb6d8)
## Terminal Output
```sh
[root@computer] # cargo install --root /usr/local hyprsession
Updating cr…
-
### Is your feature request related to a problem?
Hello,
Do you know if it is possible making call synchronously to the database (without the _await_ on `Surreal::connect`)?
I've searched on the …