Stanley Rost

Results 7 comments of Stanley Rost

@getaaron probably just add `_tableView.canCancelContentTouches = YES;` in `TSQCalendarView.m` when the tableView is initialized.

Thanks for the great explanation, I'll need to dig deeper into this topic. My failing scenario was to run a specific unit test from within IntelliJ Idea and that's when...

Yes, just clicking on the "Run test" icon in the gutter for the file or method. There is no special setup in the project with a maven runner.

I am using IntelliJ IDEA Ultimate 2022.1.2 as well, official stable release. Following is the command I get in IntelliJ. There are no quote marks here in this output, so...

Oh and here are the plugin versions (cleaned output), according to `mvn dependency:resolve-plugins` ``` [INFO] --- maven-dependency-plugin:3.3.0:resolve-plugins (default-cli) @ redacted --- [INFO] [INFO] The following plugins have been resolved: [INFO]...

Here is a demo project including a setup with some pom inheritance: https://github.com/Soryu/basepom-issue53 I can reproduce it with this. I also tried on a different machine with an older IntelliJ...

Thank you for the thorough explanations! My workaround so far has been to override the `argLine` config of `maven-failsafe-plugin` and remove that parameter. I'm also using different conventions for integration...