-
### Observed behavior
I exported a CSV from one facility and tried to import it into a new facility (after applying fixes in #7166 ), but would get these validation errors.
My guess is …
-
We had a deployment that contained the following block:
```
volumes:
- name: webhook-config
secret:
secretName: webhook
items:
- key: webhook…
-
### Complete Description of Issue
Hi! I'm using reform 2.5.0 with dry-validations 1.6 into rails 6.0.3 and seeing issue. I'm trying to validate a nested collection of forms from the parent form and…
-
## New feature motivation
Or at least we should be able to disable the validation of push permissions.
When trying to validate a release in the context of a CI we do this with the least amount of …
-
## Describe the bug
Rule validation does not show in errors when the key validated is in an array of hashes
## To Reproduce
Provide detailed steps to reproduce, **an executable script would b…
-
**Describe the bug**
Recently I tried to use dry-schema for data validation in existing app, I have a couple of use cases when hash keys end with question mark, like `{ 'terms_of_usage?' => 'Y' }`.…
-
const email = input.email?.trim();
const username = input.username?.trim();
const password = input.password?.trim();
const { image, bio, demo } = input;
if (!email) {
throw new Htt…
-
While investigating https://github.com/knative/pkg/issues/1509 we stumbled upon problem that DryRun validation of podspecs is not really working at scale, since we're overwhelming the RateLimiter in t…
-
I have a bunch of kind: Kustomization defined in my gitrepo. The kustomize controller fails with an error message like "missing required field...". It is very difficult to find out what file is wrong …
-
I'm a big fan of using dry-validation contracts in TRB operations.
A cool, but too little advertised feature of a `Dry::Validation::Result` is it's `output` method, which returns only validated (and …