-
I have a custom slug in route:
```ts
@Crud({
model: {
type: Device
},
params: {
token: {
field: 'token',
type: 'string',
primary: true,
},
},
route…
-
The `InvalidBlockTag` check depends on `JavadocTag`, yet that is missing some of the tags described in [the Documentation Comment Specification](https://docs.oracle.com/en/java/javase/17/docs/specs/ja…
-
We want to clear Twitter's cached representation of Guardian content shared on Twitter in order to ensure the latest article metadata is re-fetched and displayed for tweets after major updates are mad…
-
This requires a YAML validator as an editor, changing the API to add this as a type and then tests to ensure it works all the way through.
-
The converter in libSBOLj has a new language "SnapGene" which creates SnapGene DNA files. To add support for this we need a new option on the validator front-end "Output SnapGene". This should set t…
-
Hey again,
in V2, API endpoint `validator/list` returns a list of `ValidatorInfo`. There are props that are defined as an `array`, but API returns `null`.
This may cause unexpected behaviors in cl…
-
Hi,
**https://developer.mautic.org/?php#create-contact**
after updating Mautic from 2.15.0 to 2.15.1, (mautic api 2.15 and even 2.15-beta) the create contact method respond in an error (testet w…
-
**Is your feature request related to a problem? Please describe.**
I have a need to do some complex validation, where I need to enforce uniqueness with a condition through a join. This isn't possible…
-
```
If we add a method to Validator interface to assert whether an
HttpServletRequest is valid, clients will not have to use Safe request.
This will improve the "pluggability" of ESAPI api since some…
-
Multiple error messages are coming when using Async Validator.
Version of Vue-form-Generator used : 2.3.4
Issue : One custom async validator is added to the field and API is integrated on that v…