Yerkebulan Tulibergenov

Results 30 comments of Yerkebulan Tulibergenov

Outstanding question raised by @dtolnay in https://github.com/rust-lang/cargo/pull/9221#issuecomment-939373409 > How feasible would it be to accept a very basic expression grammar for -j? As in -j cpus-2 or -j 'cpus /...

I was running into a potentially similar issue today when installing Ruby 2.5.0 on M1 with rvm. In the end it was fixed with: ``` export optflags="-Wno-error=implicit-function-declaration" rvm install 2.5.0...

I think this is still a problem. Is it possible to address it please?

@newpavlov @tarcieri I think checkbox for threefish can be checked now, since https://github.com/RustCrypto/block-ciphers/pull/5 was merged, right?

I just verified installation on MacOS 10.15.4. After I ran `openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg`, MacOS asked me if I wanted to allow incoming connections or something similar. I clicked...

I also just ran into this issue. @wupdiduh thanks for finding a workaround. I had to modify it a bit: ``` let mut half_period = 500_u16; delay.delay_ms(half_period); half_period = 100;...

Do I understand correctly that https://github.com/RustAudio/cpal/pull/648 is going to fix this issue?

~~@jpochyla Is the problem that Druid doesn't have corresponding password textbox yet? If you simply don't have time, would you take a PR for that?~~ P.S. Thanks for building and...

See discussion in https://github.com/rust-lang/rustup/issues/1397. I agree that it's surprising and (in my opinion) undesirable behavior.

Disclaimer: I stumbled on this issue by accident, and I am not an expert in cryptography. In case it's helpful, I wanted to point out EOL for CentOS 6 and...