Nicholas Gates
Nicholas Gates
Hit when passing use_arrow=True to query a sparse array with a `datetime64[h]` dimension. ``` tiledb/multirange_indexing.py in _run_query(self, query, preload_metadata) 215 ) 216 with timing("py.buffer_conversion_time"): --> 217 table = self.pyquery._buffers_to_pa_table() 218...
I'm curious about the comment in this test that sort of mentions that array data shouldn't be serialized when pickling. Does that mean the contents of the array itself? Or...
The `parse()` method could accept args that it can proxy to `_parse_args(args)` which would allow pydocstyle to more easily be run in-process. Right now it's hard to correctly parse the...
This happens if a project isn't opened in VSCode, instead just a single file is.
Issue: it is common to find dependencies declared in setup.py missing from the Conda recipe. This results in runtime failures that could have been avoided. Given 99% of Conda packages...
## What happened? checkUnusedConstraints task was failing in CI even though it was succeeding locally. ## What did you want to happen? The root cause was that I hadn't configured...
Currently we hard-code concurrent.futures and threading. Would be nice to allow people to use gevent, asyncio etc.
## What happened? I'm using several components from conjure-java-runtime in my Gradle plugin where I don't have enough control over the logging framework to configure SLS logging. As such, I...