Yerkebulan Tulibergenov

Results 32 comments of Yerkebulan Tulibergenov

`let_chains` is riding the train to stable and is expected to be in Rust 1.64 🚀 : https://github.com/rust-lang/rust/pull/94927

I think the lint is working as intended right now. For the following input: ```rust #![warn(clippy::blacklisted_name)] fn main() {} #[cfg(test)] mod abc { fn _abc() { let foo = ();...

@jubianchi It would be nice to add support for PHP 7.4, if it's not too much trouble. There is still a lot of legacy code that will not be upgraded...

@phil-opp Now that https://github.com/rust-osdev/bootloader/pull/232 is merged, is there anything else blocking work on 3rd edition? Thanks a lot for all your hard work!

Ok, I have taken a look at the commits on https://github.com/phil-opp/blog_os/commits/edition-3 branch, and it looks like there was activity in December 2022 and January 2023, so I guess that partially...

I think it would be beneficial to add support for YAML even without colors at first. If you want, you could just hide support for YAML before some runtime experimental...

Drive by comment re the example in README: if `driver.find()` or `elem_form.find()` returns an error, then the `driver.quit().await?` will not be called. Maybe the example should be updated with a...

Since https://github.com/tokio-rs/console/pull/439 got merged, should this issue be closed?

Do you want me to update the wording in this PR somehow? Or should I just close it and let me you handle it separately? Thanks.