Martin Raie

Results 6 comments of Martin Raie

If I understand you correctly, maybe you can achieve this with the following HTML: ``` this.ready = new Promise(function ($) { document.addEventListener('DOMContentLoaded', $, {once: true}) }) Chunker ready.then(async function ()...

I assume this commit is not necessary anymore as https://github.com/swagger-api/swagger-core/issues/2106 has been reverted in https://github.com/swagger-api/swagger-core/pull/2349? This row should still be removed: `environment.getObjectMapper().setSerializationInclusion(JsonInclude.Include.NON_NULL);` but replaced with this: `environment.jersey().register(SwaggerSerializers.class);`

Tried it also with square brackets like this: ``` Positive Negative ``` Then the `true` option started to work but `false` still doesn't work.

Ok. I didn't know that. Although it doesn't make sense to me that someone else can override my old url. I think that when my old url continues working after...

I checked the code but I'm afraid it currently takes too much time for me to study all the inner workings of Slugged. I'll get back to it when I...

Sorry, I was out of office and couldn't reply earlier. I had one specific use case where lack of this option was very noticeable. I made a quick workaround for...