-
New types to add:
- [x] annotations - gives you a key-value pair component
- [x] labels - just like annotations except it doesn't allow multiline strings
- [x] references to other objects includi…
-
Seems like every answer has "validation:" as key, instead of "validation" (colons in the key).
i.e., `{'validation:': 'Validate Test'}`, `{'validation:': 'Problem in parsing JSON: cannot find the s…
-
In #29428, we convert zilencer.py to use the new `@typed_endpoint` decorator, but we've still got some `Dict[str, Any]` types for fields of `RemoteServerNotificationPayload` that would ideally be vali…
-
Hi, it might be an option to add validation of [data type format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#data-types).
Use case:
Date time format validation.
On …
-
# motivation
in nix one can use the `apply -> x: if (x > 5) then x else abort "argument must be > 5"` function to validate values assigned to a typed option. this is great for types which can be ea…
-
`ValidationError` & `ValidationErrorKind::Invalid` is useless without information of what the invalid value and what type was expected.
Both types derive traits which would break if we added extra …
-
When you have a type `intstr.IntOrString` with possible `validation:Enum=1,2,"foo","bar"` the enum validation is not generated at the crd yaml.
-
In graphql-js, the validity of schema is checked in definition time. ([Example](https://github.com/graphql/graphql-js/blob/f9a287754898faf850101045f7d63000ea1b2159/src/type/definition.js#L304))
We cu…
-
Hi,
I am trying to run a sample on Fedora 40 KDE 6.2 with Nvidia RTX 4090 GPU. Validation layer prints such errors. They are reproducible in every single example.
The app draws only one frame withou…
-
***
cargo run --release
Finished `release` profile [optimized] target(s) in 0.79s
Running `target/release/brush_bin`
"sparse/0/cameras.bin" "sparse/0/images.bin"
[2024-10-26T16:15:28Z ER…