-
As identified in #62
- [ ] Can we make validation more declarative - i.e. type matchers on fields, then high level validation if need be
- hasCard
- [ ] Can we sharpen up our event validatio…
-
Timeboxed to 10 hours
Design a way for participants to declare which fields and parameters they expect in their workitems, as well as constraints on their values (such as type, element type, string-m…
iamer updated
12 years ago
-
### What is the issue with the HTML Standard?
I want to address the recent change that forces the use of JavaScript to set custom error messages with the required attribute in HTML forms. Previously,…
-
I'm interested to use your app but getting below errors.
Resolving dependencies...
Downloading packages...
collection 1.18.0 (1.19.0 available)
http_parser 4.0.2 (4.1.0 available)
leak_tr…
-
I do a fair number of code reviews. I try to pay attention to API validation. It's gotten very hard to review.
* There are at least 2 util libraries, and the core API validation is effectively a …
-
### What needs to get done
Create a base Project model and a set of inherited models for each base and snap type.
Some pseudocode from @lengau:
```python
class Project: ...
class BaseProject(…
-
We should parallelize execution of validation operations in a validation stage in the
declarative schema changer. Currently, it's serial.
https://github.com/cockroachdb/cockroach/blob/7c186688fc662…
-
something like the following won't throw any errors in the client:
```
var synth = flock.synth({
synthDef: {
ugen: "flock.ugen.sin",
freq: {
ugen: "flock.ugen.value",…
-
PR https://github.com/Azure/azure-webjobs-sdk/pull/1188 adds declarative regex validation for Table names, though the regexes no longer match. We need to get them into alignment for Table, and any of …
-
GraphQL is a very declarative query language. It provides a declarative approach to data fetching. From the schema, you already know what kind of data to expect and you can choose to request just what…