Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

We are generating `exports` maps automatically and, for instance, it's a hard sell for us to allow for a dual package hazard. We don't control dependencies of the bundled/built packages...

> Here's an example of a user struggling with this problem: https://github.com/evanw/esbuild/issues/363. They had a package (node-fetch) where require() is supposed to return a function. Bundlers that selected module over...

> This way if your package is specified with module and default like in your original post, using both import "pkg" and require("pkg") with your package means esbuild will pick...

It seems to work pretty OK with GitHub Actions for me - https://github.com/redux-saga/redux-saga/pull/1952 . Still need to figure out few things regarding actions, but bundlesize's setup is not a problem...

@jackyef where you can see the error? That branch is currently having problems with test script and it doesn't reach the bundlesize step. When it did reach it in the...

Interesting - this one https://github.com/redux-saga/redux-saga/commit/a91fe2e6aef8a9bc532e2711b65992e9bc0a59cb/checks?check_suite_id=263313078 has errored OK on the bundlesize check and I remember seeing the status under my PR. Currently, I'm having problems with yarn/npm running with different...

Hi! I might help maintaining the repo "passively" if you want. I could monitor PRs and help them get merged in, potentially also providing emergency fixes in case something gets...

I don't see anything new in the `Input.dispatchMouseEvent` docs that would indicate that we need to send some new properties or something: https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent A further investigation is required here -...

Ye, so I guess the best course of action would be to ask Cypress to expose this as a first-class API cause without it implementing this kind of custom command...