Michel Käser

Results 20 comments of Michel Käser

I think to remember that it does not work with remote images...

@cferdinandi it used `$pixel_density` for size calculation - so if you have retina files only this isn't a problem. I like to have non-retina (default) and retina files however -...

Correctly. I'm not even sure anymore if this makes sense with AI, but I've seen it like this: - non-retina img (2000x2000) - retina img (4000x4000) Now a smartphone with...

There really is some strange behavior when using selectivizr in IE7. I'm using NWMatcher for IE7+8 (jQuery for other browsers) + selectivizr and respond.js Everything works as expected in IE8,...

After some googeling I found an interesting blog post suggesting to check the `` URL - it has to end with a / - changed mine and working fine now!

Same problem over here: ``` java.lang.IllegalArgumentException: Cannot serialize because cannot determine how to serialize content-type application/x-www-form-urlencoded ``` with ``` RestAssured.config = RestAssured.config() .encoderConfig(encoderConfig() .defaultContentCharset("UTF-8") .appendDefaultContentCharsetToContentTypeIfUndefined(false)); ``` ``` given() .contentType(ContentType.URLENC) .formParam("action",...

Finally getting back to this after not touching it since then. What I originally wanted to tell is that https://github.com/JohT/showcase-quarkus-eventsourcing/blob/master/showcase-quarkus-eventsourcing/src/main/java/io/github/joht/showcase/quarkuseventsourcing/messaging/infrastructure/axon/inject/cdi/CdiResourceInjector.java#L44 will throw exceptions when using sagas since Quarkus' arc container/bean...

Hi First, I have updated the implementation a bit (https://github.com/michelkaeser/hext-core/commit/faf8e6920340112ac9f569247699f68da14aaa30), but that works only with 3.2 (in 3.1.3, operators are not recognized that way). A little benchmark: ``` haxe import...