Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

@gwern Excuse me, but it's `(Ha)+`.

That's possible, but, on the other hand, `faccessat` has to check permissions which likely involve reading metadata anyway and I don't think it's the count of fields that matters. Hard...

Do you think `exists` (as opposed to actual read / write) is ever in a path hot enough to notice a difference?

Yeah normally I would just ignore the test if this would be an unsupported feature, but given that it actually reveals an incorrect result on the mentioned platform, it felt...

> provides information that can't be usually fixed by a machine Lots (most?) of the suggestions can actually be fixed with [`cargo fix`](https://github.com/rust-lang/rustfix), so I'd argue same reasoning should apply....

The recommendation sounds strange to me, to be honest. Node.js working great across various platforms, including Windows, has always been one of its main strengths, and we haven't had any...

I came across this while implementing #222, but decided it's worthwile to separate out this refactoring into its own PR as it's not strictly related to that issue.

Lol it's been a while, yeah 😅 If you could rebase on your side, that would be great, yeah.

@doxxx On Windows official C/C++ extension debugs Rust really well. In works on Linux too but not as well, so I tend to just use different extensions depending on current...

> With this extension absolutely no run/debug capability is integrated. Yes, that's what the issue is about. Did you check suggestions in this thread, in particular CodeLLDB in both the...