Aleksei Trifonov

Results 5 issues of Aleksei Trifonov

Closes #599 I replaced the `handlebars` crate with `tera`, adapted the `Generator`, and its `render_template` method, converted the `month_name` filter and the templates. I'm not sure that all I've done...

needs review
dependencies

The target setting in the cargo config can provide IDEs with an understanding of which target-specific code insight to show in the project. Both IntelliJ Rust and rust-analyzer respect this...

Work in progress implementation for let if match arm guards in DFA. Example code: ```rust #![feature(if_let_guard)] fn main() { let arr1 = vec![]; let arr = vec![Some("Something".to_string())]; match arr.len() {...

feature

There is an opportunity to remove `cargo-expand` dependency as we can get macro expansions from the compiler using `cargo +nightly rustc -- -Zunpretty=expanded` command, then format and highlight the output...

subsystem::tools
improvement

Нажимаю на превью, оно не блокирует нажатия на другие. А если нажать на еще одно, то оно открывается поверх, а при скрытии после этого обоих фото они возвращаются на случайные...