Patrick Adler

Results 11 comments of Patrick Adler

I think I have a fix for that in my "fork": https://github.com/616slayer616/natorder/pull/5 Could you verify that this makes sense?

The condition cannot evaluate to true because of https://github.com/paour/natorder/blob/ab9e2dfd165736a90f3d8784e76c906e6603db52/NaturalOrderComparator.java#L42 If both ca and cb are 0 (space, non-digit) bias will be returned. So L51 is either redundant or should be...

Thank you for the clarification

This is the wrong issue for PR #9 I have no PR for the redundancy issue because I was unsure. PR #9 is for Issue #1

I have given up on waiting and created my own plugin for minification of css and js. If you need minification it might help you

I'm facing the same issue. The same goes for the [gradle-css-plugin](https://github.com/eriwen/gradle-css-plugin) I have created PRs for both: [https://github.com/eriwen/gradle-css-plugin/pull/52 ](https://github.com/eriwen/gradle-css-plugin/pull/52 )[https://github.com/eriwen/gradle-js-plugin/pull/171 ](https://github.com/eriwen/gradle-js-plugin/pull/171 ) Maybe this helps. I hope it gets seen...

The issue is fixed by https://github.com/eriwen/gradle-js-plugin/pull/166 but it seems @eriwen hasn't been active in this project.

I wanted to do something like that and I came quite far with it but then I read this: [https://github.com/artsok/rerunner-jupiter/issues/28#issuecomment-491564260](https://github.com/artsok/rerunner-jupiter/issues/28#issuecomment-491564260). That would probably be a problem. I got it to...

Maybe you can try this. It seems to work but I'm not sure , maybe it only works on my machine [https://github.com/616slayer616/rerunner-jupiter/tree/annotaion_on_class](https://github.com/616slayer616/rerunner-jupiter/tree/annotaion_on_class)

You are rigtht I forgot to remove the method level annotations. This is not going to work this way. The RepeatedIfExceptionsTest is supposed to replace the Test annotation [https://github.com/artsok/rerunner-jupiter/issues/28#issuecomment-491564260](https://github.com/artsok/rerunner-jupiter/issues/28#issuecomment-491564260) We...