-
We've noticed some strange behaviour in the Lightning log viewer where items in arrays are not pretty printed.
In fact,the logger seems to entirely ignore arrays.
## Repro
Run this against c…
-
the current schema https://github.com/sifive/duh-schema/blob/master/lib/component.js#L8-L35 only allows flat wires. It would be great if there was a way to describe struct or array wires. A schema for…
-
Research using Arrow value vectors (arrays) as the backing store for chunks and in-memory column sources.
Allows us to exchange data in a flat way between processes without any marshaling (serial…
-
`Adapter\AwsS3#listKeys()` returns a flat array of keys, but the fallback implementation in `Filesystem#listKeys()` returns a nested array like so:
```
array(
'keys' => array(...),
'dirs' => …
-
The function `extract_features` extracts features from a data array `X, shape (n_epochs, n_channels, n_times)` _epoch by epoch_. If an epoch is flat (that is, if np.allclose(X[j, :, :], 0) is True), t…
-
### Problem description
Sometimes you need to resort to manual Python looping, eg. when integrating with legacy code.
It seems to be very slow to loop through nested Polars series:
```py
impor…
-
The new Base Modelica standard, presented in [this paper](https://www.conftool.com/modelica2023/index.php/Kurzbach-Design_proposal_of_a_standardized_Base_Modelica_language-164_a.pdf?page=downloadPaper…
-
The code in `src/config/configLoad.ts` can be optimized for better efficiency. Suggested improvements include:
1. **Parallelize File Checks:** Execute the local and global configuration file existe…
-
Looking at https://github.com/patrick-kidger/quax/blob/a9d875e323f8159bb230d9a8880981629ee4d7a5/quax/_core.py#L551, I assume `scan` is supposed to be implemented generically for all Quax objects. I to…
-
Can we preserve the column, row representation for numpy arrays? Right now it prints as a flat list. Example:
Numpy
```python
>>> a = np.asarray([[1, 2], [3, 4]])
>>> a
array([[1, 2],
…