-
ArkType is a new validator that I am wanting to try out but with ts-rest I am locked in to zod. I saw in discord that there is some intention to decouple validator logic from zod because of other vali…
-
**[chris](https://jira.spring.io/secure/ViewProfile.jspa?name=wenic)** opened **[DATAREST-260](https://jira.spring.io/browse/DATAREST-260?redirect=false)** and commented
successful (in)validated data…
-
The Swagger output only contains the default input filter from the config, but not the method specific ones. My api in this example is called OrdersApi, and below are excerpts from `/apigility/documen…
-
Hi there, I hope one of you can help me with the strange following question.
First of all, I've create a Model with SQLAlchemy:
(Note that the BaseModel is my BaseModel with a UUID included.
``…
-
Hello!
I have model with ```MinMoneyValidator``` like this:
```
class Operation(models.Model):
value = Decimal('0.01')
summary = MoneyField(max_digits=14, decimal_places=2, defaul…
-
It seems to me that there is currently no way to know what argument values are valid or not for a given `action`.
What about enabling the registration of "_suggests_" and "_validators_" in setup.py…
-
## https://github.com/AdExNetwork/aips/issues/61
## Rust reference:
Issue: https://github.com/AdExNetwork/adex-validator-stack-rust/issues/382
PRs: https://github.com/AdExNetwork/adex-validator-s…
-
I have a model with nullable fields. Upgrading from 3.14 to 3.15 I'm getting this error:
`AssertionError: You cannot call .save() on a serializer with invalid data.`
When I print the `serializer.e…
-
These three tests started failing with https://github.com/encode/django-rest-framework/releases/tag/3.13.0, relnotes https://github.com/encode/django-rest-framework/blob/master/docs/community/3.13-ann…
-
https://ripple.com/build/rippled-apis/#validations-stream at most can show via a different `ledger_hash` that a validator is disagreeing with the rest of the network. It would be very interesting to k…