Results 127 comments of Askar Safin

> does not allow the same key to be used as a modifier twice in a row @codebytere , what you mean? Please, say this some another way. I don't...

I hope this major change doesn't conflict with deref patterns ( https://github.com/rust-lang/lang-team/issues/77 )

When I start to learn Scheme, I just go to repl.it and started to learn Scheme using this site. But then I discovered this bug and lots of other bugs....

Also, please contact all teaching sites using your interpreter (for example, http://blog.klipse.tech/scheme/2016/09/11/scheme-tutorial-1.html ) and tell them not to use it until you fix this bug (i. e. #12) and other...

I need some util to "backup" my terminal activity. And, of course, this util should "just work" even if I resize terminal. Maybe there are other programs out there, which...

Putting `body_invariant!(true)` in the beginning of every loop (as suggested in https://github.com/viperproject/prusti-dev/issues/389 ) seems to work with current master. ```rust extern crate prusti_contracts; use prusti_contracts::*; fn sort(a: &mut [i32]) {...

Original bug ( https://github.com/electron/electron/issues/31424#issue-1026534933 ) still reproducible with Node 18.13, Electron 26.2, recent Debian Linux sid and with wikipedia.org as test page. Workaround in https://github.com/electron/electron/issues/31424#issuecomment-978494007 still works

With `--partial-dir` the bug is reproducible, too (but not always). See https://github.com/WayneD/rsync/issues/519#issuecomment-1745159061

I see that Python 3's implementation of sha256 is **x2 faster** than Rust's one from sha2 crate. And consequences are so big that this makes great argument for **not using...

Also please note: I personally don't need fast sha256 in Rust. I will simply choose blake3 for my application. But I still think that this problem is important for others