Michiel Hendriks

Results 5 comments of Michiel Hendriks

The number is wrong because the pugin assumes that an unstable build is a failed build. If you have 2 failed builds, 8 unstable builds; then the plugin reports 10...

The problem is that people can contribute to different projects, from different organizations. These projects/organizations have their own style guides and also own checkstyle configurations. They also often use specific...

The parenthesis is an error on my part, they should not be there. ``` {% assign foo = bar == quux %} ``` That is valid in liquidjs. [demo](https://liquidjs.com/playground.html#eyUgYXNzaWduIGJhciA9IDEgJX0KeyUgYXNzaWduIHF1dXggPSAyICV9CnslIGFzc2lnbiBmb28gPSBiYXIgPT0gcXV1eCAlfQoKZm9vID0gYmFyID09IHF1dXgKe3tmb299fSA9IHt7YmFyfX0gPT0ge3txdXV4fX0KCg==,e30=)

I've used a slightly different way to achieve the same result by using a custom `RouteDefinitionLocator` ```java @ConfigurationProperties("my-gateway") public class MyGatewayProperties { private Map routes = new LinkedHashMap(); public Map...

I would also be nice if there was an option to include the original file (untouched) in the resulting image set. So for example ``` Image("some-image.jps", { widths: [300], formats:...