Justus K
Justus K
`cargo-bisect-rustc` is unable to find the commit range for a nightly toolchain, if the [git commit hash file](https://static.rust-lang.org/dist/2020-09-02/channel-rust-nightly-git-commit-hash.txt) of the previous nightly returns 404. If `cargo-bisect-rustc` is trying to find...
It would be great if you could provide a binary target which is a REPL to quickly perform calculations in the command line. I would work on this issue if...
It would be very helpful if you can specify numbers in other bases, e.g. hexadecimal (0xFF) or binary (0b1001), and convert them via functions like in Python. (hex(255) -> 0xFF,...
Resolves #226
Resolves EmbarkStudios/cargo-deny#226
See - https://github.com/rust-lang/wg-cargo-std-aware - https://doc.rust-lang.org/cargo/reference/unstable.html#build-std - https://internals.rust-lang.org/t/dogfooding-z-build-std-in-rustbuild/13775/13 Currently, if you try to build a project that uses `build-std`, you'll get errors about dependencies that are not found, but definitely exist....
**Is your feature request related to a problem? Please describe.** If you are trying to log something like "... send me a message" (where me: Children, ...: Sender of msg),...
Tracking issue for rules from `eslint:recommended` set. - [x] constructor-super - [x] for-direction - [x] getter-return - [x] no-async-promise-executor - [ ] no-case-declarations - [ ] no-class-assign (blocked on scope...
There should be a feature `runtime_wasm` which enables to use agnostik in a wasm environment.
Currently, users are not able to implement the `AgnostikExecutor` trait for their own executors, because it's impossible to create an instance of the `JoinHandle` struct. There should be a way...