-
### Description
I am wondering if there is an implementation of nested field arrays within a nested field array.
Take this pseudo code for instance:
```tsx
{({value, add, remove}) => {
…
-
Part of the discussion in #5329. I'm opening this issue to make the discussion on this topic a bit more focused.
As mentioned in https://github.com/dask/dask/issues/5329#issuecomment-691992501, we …
-
### Description
In the README.md section about validating arrays containing nested objects, the requirements for validating objects created with [class-transformer](https://github.com/pleerock/class-…
-
Hi! I was using the tool, it's a great help to get someone to support translation efforts easily. I have noted the following:
1)Nested arrays are not shown completely. Let's say, for validation pur…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
Hello everybody.
I'm trying to parse mains grid frequency data from gridradar.net and got stuck. Not sure if it's me or a bug.
Every request returns mains frequency data since the last request, s…
-
The HDFS connector (version 4.1) fails after the first batch of events when writing _Avro_ messages to _Parquet_ files in HDFS in case there are nested arrays in the Avro schema.
Relevant part of …
-
**Godot version:**
3.1 / 3.1.1
**Issue description:**
After retrieving an array of arrays from `JSON.parse`, inner arrays are not comparable with normal arrays in any way. Any comparison will ret…
-
### Source name
mongodb
### Describe the data you'd like to see
There are 2 parameters that would be useful to be user-configurable in the mongo `CollectionLoaders`:
1. A `projection` parameter fo…
-
```
: main
1 begin
{ over }list swap pop
repeat
;
```
It would be nice if there was a limit on the depth arrays can be nested (tuneable param?) to prevent this from gobbling up tons of memory…