-
The second data structure is actually a valid syntax for set().
```
user_fields = {
'id': fields.Integer,
'name': fields.String,
}
user_list_fields = {
fields.List(fields.Nested(user_fie…
-
Thx for great library, it works great. The only thing I am worried about is deprecating `clone`. I am using this library for merging 2 states inside redux. If some path of a merged object was not affe…
-
add validation to the GioNode/GioEdge/etc. objects themselves
maybe a ValidatingGioWriter is not needed. -> is required to check interplay of objects
Every stream of valid/creatable GioObjects shoul…
-
Related to https://github.com/elastic/kibana/pull/187006
We noticed that the global validation option `stripUnknownKeys: true` used in Serverless doesn't work as expected on settings defined in a nes…
-
**Problem**
Right now it is not possible to search values in nested objects.
**Solution**
- [ ] In the `Query.Run()` method, the JSON strings of the nested object should also be retrieved by thei…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Consider the following changelog:
```yaml
databaseChangeLog:
- changeSet:
id: '1'
author: me
ch…
-
### Expected behavior
All nested properties are copied correctly and the constant is applied
### Actual behavior
When "constant" mapping is present, nested properties mapping stops working and inst…
-
Currently, a `Key` is mainly a typed label without information about the position of the referenced object within a hierarchy of nested objects.
It would be useful to have `Key`s embed this informa…
-
# What?
When you have 100K objects in an AMI set you can't delete the way we delete. We need to enqueue the process. So we need a new Queue Worker for that, a very safe, fail safe, secure one.
A…
-
I don't think it's too uncommon to have objects like
```
list(data.table(a = 1, b = 4:6)),
data.table(a = 2, b = 7:10))
```
sitting around in one's workspace. It seems `tables` should l…