-
So, `flatMap` and `flat` are added to `Array` in ES2019. In which form they should be added to this proposal? What they should flatten - sets, arrays, iterables?
-
### Version of Awkward Array
2.6.7
### Description and code to reproduce
Awkward knows how to dispatch through numpy ufuncs, and will dispatch to cupy ufuncs when encountering the "cuda" backend.
…
lgray updated
1 month ago
-
I'd like to propose the `flattenArray()` array operator, which is great when working with two-dimensional arrays.
It should take an optional parameter `depth`, which defaults to 1, just like the `.…
-
We need to implement data structures for k-{vectors,forms}. These data structures are similar to nalgebra datastructures like `na::{Vector, Matrix}`. We need to decide on an ordering of the standard b…
-
It would be nice to have an option not to flat an arrays, because it hard to use them in `format-data` callback. You wouldn't receive a nice array to it, just a `null` value.
To clearly understand my…
fruit updated
10 months ago
-
**Tell us about your environment**
- **ESLint version:** 9
- **eslint-plugin-vue version:** 9
- **Vue version:** 2
- **Node version:** 20
**The problem you want to solve.**
I converted my e…
-
I was trying to pass 2D VARIANT array to a COM object, but it was always passed as one dimensional array
Then I tried to pass ndarray, but was getting type conversion error.
Then I tried to create 2…
-
#### Feature summary
I would like to be able to perform assertions on StackTraceElement objects, as well as arrays/lists of StackTraceElement objects. This enables testing exception handling logic …
-
_tl;dr — Scenes with many (1M+) meshes/nodes/accessors cause higher than expected memory cost and potential OOM_
While investigating a [recent question](https://blender.stackexchange.com/q/325519/4…
-
### Describe the bug, including details regarding any error messages, version, and platform.
When attempting to use a `RunEndEncoded` array with either a `struct` or a `list`, an exception is raised …