Alex Meyer
Alex Meyer
Is it time to rename `runtests.sh` to something more reflective of it's current effects? Also, if we drop the suffix, we'd be free to rewrite this in Python without identifying...
If we end up doing CSV, we should add TSV at the same time. It's trivial and a lot easier to work with.
It appears that it's possible to specify index_settings at the time the index is explicitly created. It also appears possible to have the index created implicitly by simply ingesting a...
@stefan6419846 let me know how you'd like to proceed
The Windows CI test looks like a spurious failure due to a file missing from cache. I'm not sure what to do with the test coverage issues, as the lines...
@stefan6419846 I tried to rely on `caplog` alone, but the presence of the warning seemed to fail the test. So, I used `pytest.warns()` which allows me to validate the message...
@pubpub-zz I think there are two arguments against keeping the current behavior. - Code like `pdf_writer.write(out)` should be consistent in its effect without looking back to see how `pdf_writer` was...
The API is ambiguous here, which makes a solution elusive. In a simple construction like `PdfWriter(f)` the semantics depend on if `f` is an empty file or not. Empty means...
When might a release with this fix be expected? The reason I ask is that this PR appears to be the only one addressing GHSA-f83h-ghpp-7wcc which is marked as HIGH....