-
hey @lukeed
probably add support for nested objects. `a[foo]=1&a[bar]=2` is a super common thing.
-
https://github.com/cosmos/groups-ui/blob/master/src/shared-state/groups-store.ts#L363
- [ ] fix type issue in comment below
- [ ] fix the interface so developer doesn't have to encode `decisionPol…
-
Nice package !
How would it work if I want to commit the input value and the selected options in the Vuex store (without the "label" string so that the object I send matches my Vuex store object) ?…
-
Hi,
Is it possible to deserialize nested Objects?
Given classes
```
class A{
String name
}
```
```
class B {
int prop
A someA
}
```
and json
```
[
{
"someA…
-
**Do you want to request a feature or report a bug?**
bug/question
**What is the current behavior?**
When working with a nested data structure I am getting an empty type in place of an object:
…
-
Hello, let me create a first issue here.
Is there any way to create nested objects using firebase-resource?
-
### Describe the bug
If you change the text in the input the condition doesn't change.
### Reproduction
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACp2RS2uFMBCF_0oY7kJBdG9V6KaLS2kXXTZd-Ihl…
-
Trying to type nested objects seems unnecessarily verbose.
According to the documentation, typing objects is possible via classes or modules.
In order to type an object with nested properties, at …
-
I am indexing a category structure, and if categories live as children of another category, they are listed inside a `children_data` field.
```
"_index": "storefront_catalog",
"_…
-
### Bug Description
If there is a bitmap button nested inside another, the text only shows on the topmost one and cuts off any text belonging to the parent button.
### To Reproduce
Example GUI: […