George
George
If we look at the specification [page](https://docs.libp2p.io/concepts/transport/) where describes concepts how works `libp2p` we can see this: > The term “swarm” was previously used to refer to what is now...
And I made little refactoring of `Cargo.toml`. TODO: - [ ] Change instruction for the tutorial.
System: **Windows 10**. Problem: From a 1 minute, I get `KeepAliveTimeout` and Peer expires. What's the problem? Logs are below. **Code**: ```rs #![feature(trivial_bounds)] use async_std::io; use env_logger::{Builder, Env}; use futures::{prelude::*,...
Cargo aliases: - `build` -> `b` - `run` -> `r` Everybody uses these aliases. Would be great if to add them.
### Describe the bug ```sql SELECT 1 FROM user WHERE (username == "Jeff"); ```  ```sql SELECT ONE FROM user WHERE (username == "Jeff"); ```  ### Steps to reproduce...
This PR fixes `clippy` warnings. About `clippy`: https://github.com/rust-lang/rust-clippy. If it doesn't compile: Use `rustup update` for to update to the latest Rust version (`stable` or `nightly`).
When I try to compile I get it: ```error: incorrect value `...` for codegen option `split-debuginfo` - one of supported split-debuginfo modes (`off`, `packed`, or `unpacked`) was expected```
Maybe it's not worth it, but I would prefer to add an optional feature that enables `smallvec` and `rayon`. Anyway, `egui_dock` isn't so expensive in computations, but I would prefer...