Dominik Moritz

Results 1547 comments of Dominik Moritz

Nice. Did you have some automation tool to help with this transition?

What solution do you propose? Not implying automatic zero for bars when the scale is log?

It would be great if you could help identify the change/or when this behavior happening. Once we understand the issue, we can for example change the behavior not to imply...

Did you link Vega by any chance? Try deleting your node modules folder.

This pull request just passes the signal property through: https://vega.github.io/vega/docs/signals/. Looks good.

Not yet. But that's probably something we should do in Vega instead.

Huh, good observation. Maybe we should see whether we want to make any mark that has interactivity automatically have a pointer cursor by default. That would be something to be...

Let me explain my use case. I have a database query that generates a stream of arrow buffers in https://github.com/uwdata/mosaic/blob/711f0c3ffd658b8f1425aa88e1e4f8c430169935/packages/duckdb-server-rust/src/db.rs#L102-L131. I use this method later in an Axum handler to...

I see. I'll figure out a way to get the schema then