Alexander Fadeev

Results 14 comments of Alexander Fadeev

Seems like it won't happen, see the comment: https://github.com/nestjs/typeorm/pull/1030#issuecomment-1001496472

Simply, what I noticed is that once I get the warning "Instrumentation address clash, ignoring 0x40001234", the lines around of that "address clash" are marked as _uncovered_. So have a...

@xd009642 Yeap, https://github.com/fadeevab/cocoon Thanks!

Not sure whether it helps, but this is my toolchain: ``` Default host: x86_64-unknown-linux-gnu stable-x86_64-unknown-linux-gnu (default) rustc 1.44.1 (c7087fe00 2020-06-17) ```

@zer0x64 Thank you for information!

For the record, one _cons_ of all existing Argon2 implementations is a lack of `no_std` mode which is de-facto for RustCrypto crates. It means there is no easy way to...

@andytom @exincore It's inspiring that Nerd fonts have actual logos for OSes: ![image](https://user-images.githubusercontent.com/5967447/202853440-64cecedf-57fd-4b58-bdca-37386b9c61b4.png) There are Windows and Apple logs too. **What about to utilize them instead of standard emojis?** You...

@exincore Gotcha. If you don't mind, I have a question: now, the `shell` module's default symbols are actual words like `bsh`, `fsh`, etc. Is there a chance to make emoji/nerd...

Maybe it's going to be a premature opinion, but I feel like `argh` is the only choice starting from 2020. 👏 What I basically need: I need a prebuilt graph...

@firestack I'm not a maintainer, just let me put in my two cents here. Seems like `argh` doesn't do string processing for the doc comments at all (I mean removing...