Dominik Moritz
Dominik Moritz
This keeps coming up. I wonder what the best way to resolve this is. Maybe only include arrow as a peer dependency or a more robust check for isArrowTable?
Related https://github.com/vega/vega-loader-arrow/issues/350
That's related. The problem can also happen when you have e.g. arrow 14 but duckdb wasm uses arrow 15.
That doesn't help if another library has arrow as a dependency. This really needs to be solved at the npm/yarn/etc level but we can try to warn people when they...
Thanks for the motivation and outline of a solution. I think this would be great and could live in this repo. I won't have cycles to do this for a...
You code looks reasonable and it would be nice if this worked. Looks like there is a bug somewhere. Can you help fix it?
I upgraded function support significantly in https://github.com/vega/ts-json-schema-generator/pull/1910. Please send a pull request to add return values.
Thanks for the issue and looking into a fix!
That's a good suggestion. This is an issue with Vega, not Vega-Lite, right?
Moved. It definitely feels like something we should fix to allow multiple charts on a page. Would you feel comfortable making a pull request? An easy work around may be...