Anja Kefala

Results 107 comments of Anja Kefala

Hey @emkornfield! Is it reasonable for me to send a proposal to the mailing list for a vote? It seems @gszadovszky is not available for insight; is there anyone else...

PR for C++ float16 implementation in Parquet: https://github.com/apache/arrow/pull/36073

It seems that both the [Java implementation](https://github.com/apache/parquet-mr/pull/1142) and the [C++ implementation](https://github.com/apache/arrow/pull/36073) are in a state of readiness. Has the vote started? Can anyone with visibility update me on the status?

@pitrou @emkornfield @gszadovszky @JFinis @julienledem @shangxinli The vote has been started by @benibus here: https://lists.apache.org/thread/gyvqcx9ssxkjlrwogqwy7n4z6ofdm871 Please chime in! I would also appreciate anyone forwarding the vote to the private listserv.

I am curious about the claim that "3.0 is never happening". It contradicts this page where it seems requests is open to major releases, just they would be infrequent: https://requests.readthedocs.io/en/latest/community/release-process/#major-releases

Hi @krackout! Thanks for filing this issue. Please provide some sample data, so that we can reproduce this. We might not be able to fix it otherwise.

Thanks for investigating! =) Wrt that commit, for any fixes, we'll also have to check up on this behaviour: https://github.com/saulpw/visidata/pull/1978

> It must be an edge case indeed; I supposed it would be easy to fix, since it worked on v2.11. v2.11 did not have the filetype guesser logic! That's...

Ah no, `xlsx-meta-columns` is for whether to include columns that contain meta information about an xlsx file. It's `False` by default! I'm going to convert this into a feature request.

Hi @krackout! I added a `--xlsx-color-cells` option that you can set to False. It's currently available on the `develop` branch. You can `pip3 install git+https://github.com/saulpw/visidata` or wait for the next...