-
### Current behavior:
Not finding invalid elements, whether by:
1. `cy.get(':invalid')`
```js
cy.get('[data-name="name"]:invalid').should('have.length', 1);
```
2. `validity` property
…
-
If I say that an input attribute is `required` in the input schema, then if I don't specify a value for that attribute in the CSV file, I expect looper to *not* submit the job.
But what happens is,…
-
As pointed out by @kdenhartog [on X](https://x.com/PryvitKyle/status/1849895350783603085) the current DID draft doesn't include the right context to verify default signing keys.
The `type` key in t…
-
## Feature Request
After verification, it was found that ShardingSphere's parsing engine currently does not have complete support for parsing MySQL functions, and many specific functions cannot be …
-
Quick fixed in production, but should be analyzed!
Function `scenario.validate_scenario_data()` fails due to column "type" in resource "oed_scalars" in `data/datapackage.json`.
Happend with scenari…
-
## Is your feature request related to a problem? Please describe.
I would like to define checks to validate that my data's features are of the right type and that their values are as expected. For …
-
Hi,
We have created a Draft PR with next title: `feat: 1234 test pr title, part 1`
and it fail to validate.
```
Run ytanikin/PRConventionalCommits@1.2.0
with:
task_types: ["feat","fix","…
luber updated
1 month ago
-
I have seen @isidorn pass a cancellation token as `toolInvocationToken` when calling `invoke`. I guess this is because of "looks like a token must be a token" thinking. We could rename the field or (m…
-
**Describe the bug**
In debugging a different issue ran into the issue of getting an error if the data_type was submitted as a list (as in the config file).
Make sure the validation takes in the d…
-
Are type names unique per type collection (node types, artifact types, interface types, etc.) or per service template?
I am currently developing my own normative types.
Thereby, I also define some…