-
Currently there is no way to validate headers with Grape using the DSL.
It'd be useful to be able to specify that a header must be present or must be equal to something without coding it manually.
Pro…
-
I'm glad to find the standard-schema initiative, thanks for starting it!
I'd like to ask about two different cases: producing at runtime, and emitting schemas.
## Producing schemas at runtime
…
-
Lorsque je créé une procédure, j'apparais dans la liste des collaborateurs pré-sélectionnés et l'option Retirer est possible.
Pour autant, si je clique sur retirer ou que je passe l'étape, j'apparait…
-
define and add semantic validation for:
- test
- experiment
- docker compose (see https://github.com/benchflow/benchflow/issues/432)
-
A raw array "eachLike":
```groovy
withBody eachLike(1) {
type regexp('.*', 'banana')
}
```
produces:
```json
[
{
"type": "banana"
}
]
```
A named array "eachLike":
```groo…
-
**Describe the bug**
- When creating a query with `gql.gql()`, the query string is checked for invalid arguments, and raises an exception if any are found. (**expected behavior**)
- When creating …
-
```
type Foo:
someBoolean boolean (0..1)
alwaysFalse boolean (1..1)
func ExpressionWithEmptyBoolean:
inputs:
foo Foo (1..1)
output:
result boolean (1..1) // o…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
I'm trying to use this lib for schema validation, and there is this use case where a key needs to be filled with a default, when nothing is passed.
I know that this wasn't in the scope of dry-valid…
-
We should parse some DSLs (Integration/Camel-route) based on `camel-yaml-dsl.json` schema which is now already a part of the backend. This would make validation consistent with the UI and could help …