Ian Guinn
Ian Guinn
It looks like their attempt to solve this in numba has stalled out a bit (no updates to this pull request https://github.com/numba/numba/pull/5660 since 2020). Their recommendation seems to be disabling...
Another thing I'll add to the list is clearer error messages, and sanity checks as things are loading (with clear error messages)
I've been messing around a bit with the dataloader and view_as, and I think they will work really well together: ```py it = loader.load_iterator() for tb, i, n in it:...
Yeah, the reliance on LEGEND data is an issue, both for running it with a github action and for deploying. That said, this exists: https://github.com/marketplace/actions/publish-confluence. There may also be a...