Alexander Sorokin
Alexander Sorokin
Thank you for trying to reproduce the bug! The reason why you get the same exception in all three cases can be the difference between the namespace of the generated...
I am not sure is it's a good practice to infect services (like `Apple` from example) with an implementation of a dependency injection framework.
Is it OK to implement a simpler solution? For example, I can add `try`, `catch` and `RecordTearDownException` to `TestActionItem ` class, `AfterTestActionCommand` class or `PerformOneTimeTearDown` method in `CompositeWorkItem` class in...
> If I decide to use ESM mode for entire project (e.g.: add `"type": "module"` to my `package.json`), how do I configure properly the playwright to work with it :/...
I have read the code. So I understand why it works that way and why solving the issue is not such an easy task (it seems that all fixtures are...
I have encountered such an issue several times with other packages. Upgrading to react@18 should fix the issue. Also configuring a bundler alias can fix the issue. Also not using...
This doesn't solve underlying issue. See: https://github.com/uNmAnNeR/imaskjs/issues/1050#issuecomment-2451363576
I use `shouldTransformCachedModule` to invalidate virtual modules in watch mode. Are there currently any workarounds in `rolldown-vite`?
I use Vite JavaScript API to get output all chunks. Without `prebuilt-chunk` I have not found an official way to pass additional chunks to consumer of Vite JavaScript API.