Adrien CABARBAYE

Results 24 comments of Adrien CABARBAYE

same seems to be true with format: binary

> > > I found two recent versions of this plugin built from forks of this project: > > * https://plugins.gradle.org/plugin/io.quintessent.jmeter ( version 1.1.1-5.0 ) > > * https://plugins.gradle.org/plugin/com.patdouble.jmeter-gradle-plugin (...

Having this tool running as part of the linters will be extremely useful

Having a proper debian package would make the installation mentioned above much more robust and roll backs possible. Indeed, each of the steps mentioned can fail and leave the system...

See example below of such a data model. `fileContent` is the part making the check to complain ``` ArtefactItem: title: artefact Item description: > When an instance is ready, it...

@JFCote as requested. Inside the model section you can see some HAL links being defined [exampleAPI.txt](https://github.com/OpenAPITools/openapi-style-validator/files/10069675/exampleAPI.txt)

@thisismyusernameHH could you provide an example of how you managed to get this to work because I keep getting errors such as `Unable to process: status=2245 error=4294967295` even when running...

Since goreleaser is used, it is just a matter of adding the following section to the configuration file `.goreleaser.yml` ``` nfpms: - formats: - apk - deb - rpm license:...

could `time.Time` be transformed into a RFC3339 string rather than an empty map in the same way as what is done for a `time.Duration` which is converting into its string...