Dirk Bolte
Dirk Bolte
Same issue here with google chrome on android (Pixel 2) and MacOS. The original image was about 4000x3000 - and fails to parse on either platform. Decreasing width to 1024...
Can/should we scope them to avoid conflicts between different extensions/wiremock core? Thinking about adapting something like spring's externalized configuration: `--extensions..=` . Same scheme could also be stored in a properties/yaml/json...
My hope would be that this would not bloat the whole topic when it's added now - while it would be a breaking change when added later. If there would...
@tomakehurst I updated the PR. The proposed `ParameterisedExtensionDefinition` is in there but created specific implementations to ensure type safety: I want to prevent that an event listener definition is registered...
I created a draft to visualize some changes.
:+1: I just hit a similar issue with using logger in tire. In my setup, I have to use a Lumberjack logger. Getting this working with tire resulted in a...
A somewhat null-safe way to achieve the above is already available - unfortunately it doesn't work with partially-filled templates. A syntax that would work with this lib is: `linkTo(UserController::getUser.javaMethod!!).withRel("user")`. Unfortunately,...
There's another approach with works with standard HTML mechanisms and does not require extra JavaScript or a patch. It is dependent on the current swagger implementation though and might change....
Same problem on M2. Proposed fix worked for me as well to get `KTableExample` working
Currently, Wiremock does not provide a way to pass configuration options to extensions. While stores are configurable, I’m not aware of a way provide them in an extension-like mechanism. And...