Manuel Boillod
Manuel Boillod
I will explicit my use-case. I have a wiki on gitlab, and I want to check that links are not broken after each page update to detect this as soon...
I got a similar issue with another plugin. I share my analysis in case it could help >>> If encoding is not set explicitly in `open`, I think it relies...
I agree that `required` is better than `Contact | null` for a request body and also that an optional request entity "would not be found under body: application/json" But currently,...
You're not too harsh. It's fine :) But I always keep in mind that RAML is to be written by technical people and intend to provide tools like documentation for...
Actually, there are 2 things 1) It seems there is no way to define an optional request body (a bit out of the scope of the title of this issue)...
Here is an example: - With a relative URL without extension (`./info`), gitlab serves the (`./info.md`) page. - With a relative URL with extension (`./info.md`), gitlab serves the (`./info.md`) raw...
No, I don't. It's why I move to a docker installation (see #16)
IMH, it should work, because the API is valid, whatever how it was spread to several files or not. It seems that's a bug
If I update the `metadata` value, its works. As it's a stack dependant value, I have to put it in stack config. IMH , it's a better workaround than ignoring...