Vitaly Shukela
Vitaly Shukela
Even after `editor.lock_reader().set_catch_signals(false);` it still blocks Ctrl+C from existing the application. And I still see `rt_sigaction(SIGINT, {s...` in strace output. Trying to turn off catching signals actually makes it not...
How I see a good searching in a chat: Upon entering the search request, matching content in visible area of the chat gets incrementally highlighted. If there are no matches...
[List of built-in rules](https://docs.rs/pest_derive/2.0.1/pest_derive/#built-in-rules) is rather short. There can be: * A rule for floating-point number like `+34.12e+56` * A rule for some integer number like `123` or `0x24AE`. *...
By default, it should suggest reviewing the most widely used / least reviewed crate used in your project. If all of them are already reviewed, then just some widely used, ...
How do I use Xargo for x86_64-unknown-linux-musl? My attempt: ``` $ cat Cargo.toml [package] name = "xargotest" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] [profile.release] panic = "abort"...
``` $ cat Cargo.toml [package] name = "qwer" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] [dependencies] [profile.release] opt-level = "z" debug = false rpath = false lto =...
``` $ cargo new --bin qwer Created binary (application) `qwer` project $ cd qwer $ xargo build Compiling core v0.0.0 (file:///home/rust/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore) Finished release [optimized] target(s) in 45.4 secs Compiling qwer...
``` $ cat Cargo.toml [package] name = "qwer" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] build = "build.rs" [dependencies] [profile.release] panic = "abort" $ cat Xargo.toml [dependencies] std...
### Describe the bug Nheko seems to depend on LMDB, but presence of this dependency is not checked by CMake. ### To Reproduce 1. Use Debian Buster 2. Checkout tag...
Make `nix` [TPROXY](https://github.com/ahupowerdns/tproxydoc/blob/master/tproxy.md)-ready.