Ari Brown

Results 23 comments of Ari Brown

Can someone pull Chris Causer's fix?

@fjetter Thank you for the detailed feedback! The memory overhead makes sense, but it's still shocking given that the file is 288.6 MB on a fresh system with 8 GB...

Thank you for the detailed response! Sorry for being vague — the project I'm working on has 4.9B rows in a DB (AWS Redshift) that track where robots drive, and...

@zaichang I'm running into a similar issue with Ray, Modin, Dask, and Dask Distributed. I've found that these problems *only* occur with parquet files (a single 52 GB CSV file...

@zaichang It looks like you and I are working on similar problems, I'd love to chat more if you're interested on trading notes — my email is ari [at] aribrown...

Ingesting the data in 100 parts is now tough to do, because you'd have to use pyarrow to read in the file and then split it, and pyarrow suffers from...

I guess I have a couple usage questions: - how do I specify the width of an arbitrary element (in this case `non_wrapping_multiline_entry`? - how do I get it to...

Here's another example; it should be a green rectangle above a red rectangle, but the red rectangle doesn't appear. ``` require 'glimmer-dsl-libui' class Test include Glimmer def launch window("Test", 500,...

Fantastic! Thank you very much for the response. > From doing some testing, it seems non_wrapping_multiline_entry does not play well with grid either, but entry and label do. > >...

I'm so glad you like it, thank you so much! Please feel free to include the screenshot wherever you want! I would *like* it to be open source, but I'm...