Dominik Moritz

Results 1544 comments of Dominik Moritz

Thanks for looking into this. This is on the latest versions: https://github.com/user-attachments/assets/db04f344-cdec-4731-966b-06ddfc84861b

@Velin92 can you reopen the issue?

Thanks for the explanation. I don't have cycles at the moment but if it was easy, I'd built a parquet loader to Vega with it similar to https://github.com/vega/vega-loader-arrow. I can...

I feel this could make sense in the database as it's otherwise a bit of a pain to e.g. support pagination. Having said that, a bunch of our optimizations would...

Thanks for the insights. I think a row focused api that just makes it feel pikte iterating over an array of objects for convenience would be one. Having something familiar...

Vega-Lite compiles to Vega and thus all execution takes place there. I am moving the issue over. We are working on Arrow support, which would open opportunities for web workers....

I agree! What is missing to use Vega and Vega-Lite in web workers? We should revisit this when we have arrow support in Vega.

Have a look at https://observablehq.com/@vega/how-vega-works. Depending on what is blocking the main thread, you could look into moving that part off the main thread.

Very cool. I'd love to see this functionality upstreamed if you could work on a pull request.

This is a bug. Thanks for the report!