Cyprien Quilici
Cyprien Quilici
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue When pointing at a child JSON schema with fragment notation, the parent schema is returned instead. ### [Spec pointer](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#references-to-inner-elements) > Sometimes it is necessary to...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue The reserved base URI parameter `version` can be explicitly declared in the base URI parameters. When it is, the value of `#/version` is not validated...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue When defining URI parameters in nested resources, one can use the same name for a URI parameter in the parent resource and the child resource....
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue URI parameters should never be of type file unless I'm mistaken. ### How to reproduce #### RAML file ``` yaml #%RAML 1.0 title: My API...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue URI parameters should never contain slashes. The parser could check that this rule in enforced in URI parameters attributes: - default - example(s) - enum...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue It is currently possible to describe web forms with nested properties (e.g. the form defining a parameter org that itself has a name and an...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue As far as I know, web forms always contain named parameters. Having a web form with a primitive type does not seem to make sense...
# Summary While trying to run `asdf` in a Jenkins kubernetes agent, we noticed the following error: ``` /home/jenkins/.asdf/bin/asdf: line 5: ./lib/utils.bash: No such file or directory /home/jenkins/.asdf/bin/asdf: line 28:...
## What am I trying to do I'm trying to use a bundler (parceljs in my case) to generate a self-sufficient HTML file containing a Reveal.js presentation. This would have...