Results 44 issues of Andrzej Novak

The example doesn't finish after updating rich ![image](https://user-images.githubusercontent.com/13226500/157205218-19755719-884b-4653-af8f-d7cc76d3be88.png) ``` rich == 11.2.0 tqdm == 4.63.0 ```

submodule ⊂
p2-bug-warning ⚠

Closes #283 Thanks a lot for this package btw, it's great!

It would be very convenient to have :)

enhancement

### 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

docs

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.

feature
performance

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,...

feature

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...

feat/enhancement
needs-triage

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...

Unsure if intended behaviour

docs