Andrzej Novak
Andrzej Novak
The example doesn't finish after updating rich  ``` rich == 11.2.0 tqdm == 4.63.0 ```
Closes #283 Thanks a lot for this package btw, it's great!
### Which documentation? Python docstrings ### What needs to be documented? `arrays` type in `concatenate` docstring made me guess. Maybe `(iterable)` ? https://github.com/scikit-hep/awkward-1.0/blob/18ba84ec7101e89fbdadb63b4683ff0025e85d71/src/awkward/operations/structure.py#L1398
It would be convenient to have a function to get the first N highest/lowest entries as opposed to just the first max/min. From our side discussion, this could be ak.top/bottom.
Using `ar != None` results in an unexpected mask Consider: ``` a = ak.Array([None, 2, None, 2, None]) b = np.array([None, 2, None, 2, None]) a, b >>> (, array([None,...
Greate package, but would it be possible to have indicator flags in vscode over the open files if the connection is broken and the file is no longer linked?
### Summary I've ran into slightly opaque error messages trying to fit templates with some zeros in them with numpy as backend ``` FailedMinimization: Inequality constraints incompatible ``` with minuit...
Perhaps this would be better as a discussion, but those aren't enabled here yet. I wonder what the thoughts of others are on extending the scope. Presumably, the goal of...