Bryce Mecum
Bryce Mecum
https://github.com/apache/arrow/pull/41135 updated the PyArrow install docs to mention the recent split of PyArrow into three separate packages. It will be included in the v17 release but I think we should...
### Rationale for this change See https://github.com/apache/arrow/issues/42240. ### What changes are included in this PR? - Fixes a crash in `ParquetFileWriter$WriteTable` by asserting the class of what's passed in and...
### Describe the enhancement requested GRPC (and by extension FlightRPC) isn't fork-safe: > gRPC Python wraps gRPC core, which uses multithreading for performance, and hence doesn't support fork() [[Source](https://github.com/grpc/grpc/blob/master/doc/fork_support.md)] While...
Had an odd one come in today from OPC that Rani reported and I looked into: A user was using the editor UI to update a package with one metadata...
I opened up NetNewsWire today and noticed that it wasn't attempting to refresh any of my feeds. I then tried the Refresh menu bar command and got this error: . cc @jonkeane @thisisnic @amoeba...
I'd like to be able to map the combination of pressing a mouse button while holding a modifier key (cmd, ctrl, alt, shift) to a key combination. e.g., option+button4 mapped...
just ran into this box overflow with a long URL: on https://dev.nceas.ucsb.edu/#view/urn:uuid:f5737e98-1bae-489d-ba99-55203e253a46. There are a couple of ways to prevent this overflow but I'm not yet sure what makes the...
I've noticed this in additionalMetadata sections for a while and now that I'm implementing all of EML `TextType` (which includes supporting `literalLayout`) I'm seeing this in that tag too. Content...
I tried to add a file and ended up in a state I thought was kinda weird: I realized that this happens if the file is 0 bytes. Maybe the...