-
After i add sails-permissions to the project, i have all my blueprint actions broken: they don't populated with nested objects.
Please fix this bug.
-
Why "ZeroOrMore", "Choice", etc. are nested JS function calls?
Why are you not implemented it as JSON (JS objects)?
-
When we have nested menus which open on mouse hover i.e. no need to mouse click, the recording fails completely - unnecessary click objects are recorded which cause issues during sequence execution.
-
- [x] [AiiDA Troubleshooting Documentation](https://aiida.readthedocs.io/projects/aiida-core/en/stable/installation/troubleshooting.html)
- [x] [AiiDA Discourse Forum](https://aiida.discourse.gro…
-
### Goal
As an Engineer, I want API docs that allow me to interact with elements and objects on the page so that I can better understand nested objects and how they relate.
### Notes
Two opti…
-
### Description of the bug
This is a good document that I liked. However, I wonder: does object flattening only work with the first level nested objects or it can go high to more nested objects
``…
-
RareJson should support opt-in (with annotations) flattening of super classes and nested objects.
e.g.
```
struct Parent { int a; ... }
struct Child : Parent { int b; ... }
```
Which today w…
-
### Description
We wrote a SectionList component where each section defines it's own keyExtractor. One of the sections uses a key from a nested object in each item in the section. It broke when we …
-
An entity should be able to hold nested objects. There are different strategies for the implementation of this. One is, to embed all fields of the nested object in the surrounding object table.
-
This example file:
```
$ cat /tmp/attr.hcl
# This resource is pasted directly from the hcledit readme
resource "foo" "bar" {
attr1 = "val1"
nested {
attr2 = "val2"
}
}
# And I…