-
It looks that the underlying `zendframework/zend-validator` package is using the `container-interop/container-interop` package which is now deprecated. The zend validatior package is also now abandone…
-
_(not sure if this is more a bug or a new feature... I'm going for the latter as I think the solution will end up being a new feature 😄 )_
At the moment we have a custom validator for the email in …
-
I found repo with [validators benchmarks](https://moltar.github.io/typescript-runtime-type-benchmarks/). Zod in it not so good as I expected.
I wrote simple test for my model and custom validation …
-
Hi,
I found some problems with SQLAlchemy:
`[AttributeError: module 'sqlalchemy' has no attribute '__all__']`
I solved this problem by updating versions in requirements.txt as below:
```…
-
I noticed there seems to be no way to interact with Textformfield validation programatically.
This is quite limiting. At least there should be mehtods to set or clear the errors of a Formfield.
Bu…
-
After #1178, when editing a field that has an invalid length, the message flashes, see video.
[Screencast from 2023-08-25 16-19-24.webm](https://github.com/vaadin/hilla/assets/498086/8f447157-f817-4d…
-
- ~~Verify that the validator and its update script is up and running~~
- Send a “request for updates” email to the relevant mailing lists (public-lod, …)
cygri updated
11 years ago
-
Will be nice a phone number validator out of the box like email or required validator.
-
Would it make sense to survey and recommend libraries for generating SBOM metadata for Python packages as part of this project?
Full disclosure: I'll actually need to add SBOM support to my current…
-
In the following code, the InputComponents are aligned correctly (the `credentials` container is added to a `BoxLayout.y` Form):
```
TextModeLayout tl = new TextModeLayout(2, 1);
…