-
I have issue with loading resources registered by config.globalResources
`Template markup must be wrapped in a element e.g. ` [https://gyazo.com/ef5c5cd64d4b3a59f2b3a6910aa35204](https://gyazo.com…
-
Could you please provide a way to allow localhost as a valid url string? Something like validate.js's `allowLocal` flag: https://validatejs.org/#validators-url:
```
let validationSchema = Yup.object…
-
-
### Actual behavior
When making a new user from admin dashboard (I have open registration disabled), emails with a period in the body (ie thisismy.email@example.com) are marked as invalid and pre…
ghost updated
2 years ago
-
`npm ls can-validate-validatejs` gives me (for CanJS 5.33.2 - but this will be no different for later versions, as 1.1.1 is the latest for the `can-define-validate-validatejs` package):
```
`-- ca…
-
Per una questione di usabilità, è importante che il messaggio di errore venga mostrato in corrispondenza del field dove c'è l'errore.
L'errore deve essere mostrato con:
- colore rosso
- icona di …
-
When I am creating fields for my budibase tables, I want to be able to have a custom column validator so that I can maintain data integrity when data is saved into the database.
**COS**
- Allow a val…
-
depcheck says I don't use `util`, but it's right there at the top of the file `src/server.js`
```
joao@toshiba:~/dev/autocosts$ npx depcheck --ignore-bin-package=true
Unused dependencies
* ajv
…
-
We should use a validation library to explicitly define and later verify configs (especially user-provided ones in `renovate.json`): Example: https://validatejs.org/ (but need to evaluate)
Example …
-
### Summary:
When sending a timestamp as JSON to and from a JSON API it gets converted to a string, which is reasonable as JSON does not inherently support dates. This means when getting the date bac…