-
### Bug Description
`parameterValue` will not be the collection's property values as object, but rather the specific collection's property value.
https://github.com/n8n-io/n8n/blob/26ad091f473bca4e5…
-
Rough thoughts on making Elgg a _rapid_ social development framework...
## Objective
Make it easier to get started with developing/displaying/managing new content types.
## Background
Just having do…
-
-
## Goals
- Explore the possibility of using declarative macros to reuse a lot of repeated code
- Firstly, identify instances of repeated code in the validation logic and identify code
that can be gr…
-
Like the declarative nature of providing error messages, it should be possible to set validation rules on inputs declaratively.
jQuery Validation has a data-rule-* format for these, where you can …
-
As it was ripped out of #1903 for now, it might be helpful to users to
- [ ] Expand [validation and type-checking](https://traitlets.readthedocs.io/en/stable/using_traitlets.html#default-values-and-c…
-
When we create an unique secondary index that fails at validation step, we rollback. One of the last things rolling back does is to create GC jobs are this unique secondary index and its temp index. T…
-
Hi,
When I define SQLAlchemy columns using `enum.Enum` the auto generated marshmallow field fails validation when I try to load:
```python
import enum
import marshmallow as ma
import sqlalche…
-
Given a non-gated field, I can say `// +default=12345`, which will generate code like:
```
if obj.Field == nil {
var val int64 = 12345
obj.Field = &val
}
````
If I h…
-
| --- | --- |
| Bugzilla Link | [289763](https://bugs.eclipse.org/bugs/show_bug.cgi?id=289763) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 17, 2009 12:08 EDT |
| Modified | Feb…