Doug Davis

Results 13 issues of Doug Davis

Test failure: ``` FAILED tests/test_str.py::test_to_categorical - NotImplementedError: merging categorical arrays is currently not implemented. Use `ak.enforce_type` to drop the categorical type and use general merging. ``` When `.compute()` is called...

Determining if `axis` is equivalent to zero if it's negative... Given this array, ```python >>> array = ak.Array([[{"x": 1.1, "y": [1]}], [], [{"x": 2.2, "y": [1, 2]}]]) >>> array.type.show() 3...

### What happened + What you expected to happen Gist: If I write a middleware that attaches a long lived object to the ASGI scope state then the middleware works...

bug
triage
serve