Sergey Kozlov

Results 53 comments of Sergey Kozlov

One more thought. Of course, this will not be a weighty argument, but still I would like to add it. When using a typescript, we can use typeguards as a...

@bakkot The Swift's partition only changes the order of the elements, and does not divide into two lists. This is closer to sorting than grouping.

`Omit` + recursion give the same error: ``` export interface Comment { text: string; reply: Omit; } ```

I did not understand the question. The input is the same. Like for `--union-enums` input is the same, but output depends from flag value.

@glenjamin hey! friendly ping: > That said, there iss an open PR for this already https://github.com/webpack-contrib/webpack-hot-middleware/pull/411 > it's going to be easier to merge the PR than to leave things...

@glenjamin yeah, it's disappointing. I understand. Contrariwise I think I can understand the author of that package. `querystring` is based on the corresponding module from Node.js. And he, in turn,...

I personally do not care what this function is called. If it's called `page404` or otherwise, I'll be happy to use it too. This is more convenient than copying the...

> Can you try https://github.com/un-es/eslint-plugin-i to see whether it's much faster? Maybe I'm doing something wrong, but I got exactly the same result.

It looks like the problem is not reproduced on Node 18. The LTS version is coming out in the fall, so we decided to just turn off the multi-threaded mode...