Sergei Vorobev

Results 216 comments of Sergei Vorobev

Thank you, great discussion! ### Why there is a need in `using module`? Using module looks like a duplicated facility with `Import-Module`. Let's take a look. - PowerShell is a...

@LaurentDardenne that's an excellent example, thank you for sharing it. UX indeed feels a little bit broken. One way to see it is "how to defer parse time check to...

Would love to see this feature, it's much needed.

> type: comments are extra special because they are treated specially by the Python AST, so it makes sense to be even more conservative with them For my education, can...

Looks like the best path forward for our company at the moment is to fork black and apply this patch. We really need this functionality soon. This is very unfortunate,...

Actually just tried applying the patch on `23.3.0` with python 3.9 and it doesn't seem to change anything... Maybe that's what you referred to @JelleZijlstra ?