Results 440 comments of Jack Works

Why it's non-configurable? 👀 Can't it ignore the suggestion that only differ in case?

> Hmm, seems `regexp-tree` `.optimize` method contains [some options](https://github.com/DmitrySoshnikov/regexp-tree/tree/master/src/optimizer#transforms) that can be blacklisted, including `charCaseInsensitiveLowerCaseTransform`, maybe makes sense to expose this possibility? Yes, I believe so, as my top threads...

hi! I think there is nothing wrong with the current result. A deferred namespace object is an ECMAScript module namespace object, since it's impossible to export a symbol-named entry in...

> @Jack-Works I agree about `ECMAScript module namespace object`, but in my example we import `commonjs` module and using `module.exports`, without `defer` we provide compatibility (old way) like you have...

although this has been fixed for a long time in the regenerator-runtime, there are still many packages bundles of the old version of it. I think it is necessary to...

> This should already be supported, I did the work in #17972. I think it didn't solve our's problem. We're already using the mui version that contains #17972 but it...

hello! @oliviertassinari please re-open this issue please! I have made a partially reproduction environment here: https://codesandbox.io/s/blissful-bassi-0bjynp There are two problems with the current implementation in our environment: - The padding-right...

The failed test is broken from nodejs 24.5.0 (known good) to 24.7.0 (known bad). I will investigate this.

Hi you should pick #12276 to fix the test failure

Yes, I want to ensure there _is_ a unhandledPromiseRejection and I found I can't do this in Jest.