Julien Sanchez

Results 8 comments of Julien Sanchez

Exact same error here with method 1. I have no idea how to fix it and cannot understand the error neither

Hello @EricRibeiro, I get the exact same error with my custom docker image: ``` #!/bin/bash -eo pipefail BuildMessageBody() { # Send message # If sending message, default to custom template,...

What bother me the most about param converters is that it's only an annotation. A configuration file could be so much nicer (to override it more easily). I would also...

Is there any news on this subject? I get a call on every request to the login endpoint and it's really not ideal IMHO

Same issue for me. Maybe an error with passing the locale parameter with assetic

I get the exact same problem right on my project but I think the new behaviour is closer to [JsonSchema specification](https://json-schema.org/understanding-json-schema/reference/null.html) And BTW, if I try to put `['string', null]`...

another solution (not prettier) could be to do: ``` type: ['string', 'null'] as unknown as 'string', ```