Simon Kalt

Results 8 comments of Simon Kalt

Any progress on this? This just broke a lot of our testcafe tests and I'd rather not re-introduce a hacky homebrew solution. We can reproduce the issue with @Arthy000's example.

Thanks for getting back on this so quickly :) Our own tests worked in Chrome but failed in Firefox with the "Invalid pointer id" error. When I use @Arthy000's example...

@AlexKamaev I'll have to spend some time to set up a small example with our code as it is quite intertwined with our whole application and the failing version is...

Okay, so this is an example. Source code: https://codesandbox.io/p/sandbox/recursing-shtern-6t8g7k?file=%2Fsrc%2FApp.js%3A20%2C43 Application: https://6t8g7k.csb.app/ The test fails in Firefox *only* if I specify `mouse: false` in the `pointer` configuration when calling `useDrag` (line...

Got a false positive for this: `LOG.info(f"Failed to delete {log_name} from Redis.", **log_kwargs)`

I implemented a very basic version using the stats at https://github.com/kialo/rspack-circular-dependency-plugin. For our use case it works, but note that the tests that came with the original plugin do not...

@saifislamrepos ah yes, I assume you're running in production mode? I hadn't considered that when implementing it.

Yes, the config file is at the root directory. The CLI ignores the rule for the files specified in `overrides` as expected.