Jon Carifio

Results 17 comments of Jon Carifio

I don't know when exactly this broke, but this is clearly something that I didn't check on when I added the support for the full-sphere and angle unit functionality. I...

I agree that the ability to read Parquet files would be nice. It's probably worth investigating whether using something like `pyarrow` directly has any sort of performance gains over `pandas.read_parquet`,...

@astrofrog Thanks for pointing that out! I don't see the same issues on Ubuntu so I hadn't noticed. I'll try and reproduce on my Mac. ![Screenshot from 2023-06-16 18-48-35](https://github.com/glue-viz/glue/assets/14281631/48a28157-ffbb-4da6-8033-43eec8efc277) ![Screenshot...

@astrofrog so it looks like these issues come from the part of the application that are drawn directly by the system window manager. On MacOS, if I have the general...

@astrofrog I made a very basic setup with `pyqtdarktheme` [here](https://github.com/Carifio24/glue/tree/gitd-pqdt) - it works quite well, but the flat theme they use is (at least to my eyes) a pretty stark...

@astrofrog Sounds good, I'll move this over (and try to get back around to finishing this up).

Some additional info/context, for anyone interested: The CosmicDS measuring tool can be found [here](https://github.com/cosmicds/cosmicds/tree/main/cosmicds/stories/hubbles_law/components/distance_tool). CosmicDS is built using [`ipyvuetify`](https://ipyvuetify.readthedocs.io/en/latest/), so the tool has both Python and Vue pieces, with JavaScript...