-
This advice on hardcoded nested observers will not work for my use case:
https://github.com/ElliotNB/observable-slim#nested-objects
The schema of the observed object is not known at compile-time.
…
-
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.
-
**Description**
When inspecting `data` returned by `openapi-fetch`, the type can be quite difficult to read, and the appearance seems to vary. For example:
`index.ts`:
```ts
import createClien…
-
Why "ZeroOrMore", "Choice", etc. are nested JS function calls?
Why are you not implemented it as JSON (JS objects)?
-
## Description
`EqualExportedValues` does not handle slices for now, although `Equal` and `EqualValues` compare each element of 2 slices.
## Proposed solution
Removing the check t…
-
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.
-
### 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…
-
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.