Pavel Roskin

Results 38 issues of Pavel Roskin

Request the number of devices for the platform. If there are no devices, the platform should not be selected whether it's AMD or not. Print the number of devices for...

As mentioned in #39, the `0.17pre7` release is misnamed. The `0.17pre7` tag is clearly a typo. It should be removed and `0.15pre7` created for the same commit. The release should...

### Did you check the docs? - [x] I have read all the lazy.nvim docs ### Is your feature request related to a problem? Please describe. Would it be possible...

enhancement

The alejandra crate published on crates.io is just the library. The command line utility is not included. It can be seen on the docs.rs page for the crate, on the...

That fixes the remaining warnings reported by clippy in the current stable and nightly Rust.

I haven't modified files with "generated" in the name, they should be regenerated. I don't know what's the right procedure for generation.

https://learnyouahaskell.github.io/higher-order-functions.html#folds > One big difference is that right folds work on infinite lists, whereas left ones don't! This is very confusing. It made me doubt whether I understand folds at...

cargo-binstall makes it possible to install crates without compilation: https://github.com/cargo-bins/cargo-binstall However, `cargo binstall stg` still compiles the sources. There is documentation that explains who to point cargo-binstall to the correct...