Anıl Anar

Results 102 comments of Anıl Anar

Use case: I use https://rushjs.io/ to manage my monorepo+dependencies and size-limit action runs `npm install` after checking out the main branch which won't work with rushjs. It needs to run...

Not sure what % of users will be hit by this, but my feeling is that this issue is urgent and will blow up further when more users try to...

Small correction, this is related to npm version (v2) and not node version.

I think the "ideal" solution would be to increase upper bound of `Second`. `Second` is analogous to `Day` in the way how some of its values are not valid for...

We have a **ponyfill** [in this PR](https://github.com/userlike/focus-visible/pull/1) and [in this NPM package](https://www.npmjs.com/package/@userlike/focus-visible), which is slightly refactored. It's also supposed to work in scopes like iframes and shadow dom. Our primary...

> I wonder if in this project, we could somehow automatically detect whether a given mock was called at least once; But sometimes mocks exist to assert that they are...

This "kind of" works, but requires a full restart of the vite dev server every time a new ts file is created and later on imported from another file with...

I think `rootNode.clear()` is stealing focus too, which is unexpected.

Related: https://github.com/microsoft/typescript-go/issues/982

We pinpointed memory leaks (other than webpack dev server piling up with every test that runs) to workers/service workers that are killed, which are not cleaned up, but by whom?...