-
I work a lot with related fields which are 1-M, and currently anything that is an array of objects just gets the whole child json dumped into one field.
It would be nice to have some further "flati…
-
I have to create ERD for BigQuery where I have nested arrays and wondering how to do it in D2.
https://play.d2lang.com/?script=jI_BCkIhEEX3D_qH-QF_wG1FtCmwlsEw6UCG6VPHRUT_Hs9V4aZZ3nvmwHUZq6WIhWsLou…
-
Here is my input json
{
"Parent": {
"primary": {
"value": true
},
"children": [
{
"type": "X",
"children": [
{
"type": "X1",
…
-
Have a custom CRD returning `conditions` under a nested structure like
```yaml
status:
parents:
- conditions:
- lastTransitionTime: "2024-04-05T16:27:15Z"
message: References re…
-
Hello,
Is it possible to use your charts with data that looks like
[
[apple, fig, pear],
[apple, chicken, fish],
[cereal, sandwich, fish]
]
Label: [breakfast, lunch, dinner]
and I'd like…
-
Hi @mozfet
I'm having issues with nested arrays and draggable. There are a few things that I noticed:
1. `getArrayFromDom` doesn't work with nested names (We're doing a `split(".")` then `_.fir…
-
It should be possible to have an array type which automatically creates a structure, e.g
``` php
class Site {
/**
* @PHPCR\AssocArray()
*/
protected $preferences;
}
```
Then autom…
-
### Describe the project you are working on
It's not relevant for this proposal.
### Describe the problem or limitation you are having in your project
The String's `format()` method supports …
-
When using a nested array with Piccolo Admin, for example:
```python
from piccolo.table import Table
from piccolo.columns import Array, BigInt
class MyTable(Table):
my_column = Array(Ar…
-
Hi all,
I need to mock an API that consist of nested arrays, ex:
**db.json**
```
{
"data": [
[
"id",
"name",
"time"
],
[
"id",
"name",
"t…