George

Results 11 issues of 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.

enhancement

### Describe the bug ```sql SELECT 1 FROM user WHERE (username == "Jeff"); ``` ![image](https://user-images.githubusercontent.com/68968657/198737986-43931adc-47cd-47e3-9cfc-060bc23c9933.png) ```sql SELECT ONE FROM user WHERE (username == "Jeff"); ``` ![image](https://user-images.githubusercontent.com/68968657/198738311-7eed47ca-c5a6-49b5-9fce-29b19b9adb48.png) ### Steps to reproduce...

bug
triage

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```

bug

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...

enhancement