Dominik Moritz
Dominik Moritz
It still seems like we are unnecessarily and incorrectly splitting the string at the . here because we assume the user meant to access a table in a schema. The...
Thanks for the issue. I recommend looking up the definitions of the ts helpers and inlining them to further see what might be going wrong.
What are cases where you don't want it? Long citation styles? As a simple step, you could support the ` ` (non breaking space char, option + space) and convert...
I think it makes sense for the format to be implementation driven for the time being. We can formalize it when needed and try to avoid breaking changes (while not...
Yeah, that sounds like something I thought about when I filed this.
Lines are tricky because they are composed of multiple marks in a way. Can you try to create a minimal example without axes etc and just a point or rect...
Even without a signal, zIndex does not work for lines. [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykSArJQBWENgDsQAGhAATONABONHJnaT0AQQAETJBBpRtAGxri422EkWZtcAB5IEOY3ErSQAdxqz6aAQAMATLwNGRYaABMQTI4SLKyZmT+MrJImCioANqg4k5waCAZTK4exEjGDApoOSD2aMEgAJ5RABwyUA0AvlKg9agAjDItqAAsAMwd3b11UcNorUMgnagBPX1ok81oAwCcU6vrs2PzqAKRB2sAukd5CAXoxa6RZRVVEDUbq6fRBwNH-SWI3GAj+ALm20GjRW-xm-S2wOhO3BJ0ho3ay2RNyuMmgFWq2Vy+UK9RkmCaOAeIBwbDMmA8iiQ4jIVO8vhgHlkbGQZjQoDSGUKTwKMgAZjQ4MZZCSQF1bsT0C0yRSqaZzNYGUyWYVQuF6TJxIYHphFFUZAAvOCKNhoE1muTcpC81D89KZIpIEoikDiyXSxWyro4kDIRQAaw+hKKKsKau9outCD5cjdQs9pR6IDg4igbHkyezmCtyf6oDxpXQpJ9EqlMszIzLUHxhSV1b9LdluJNbDDD1A5UqVMUcGlmYg3d7AHUfH4XSAB1UdmtMwwcAK+yBzWZ5KX528Hv85UdyZTY2Z44nkwL3cKXpns7n83PC8W57vy1Sq77a5XO5DG82AZijW-rbGOE4bguVIlIu4HWlOM4cnOUFLnKMiruuyZbuIO7JihhxHjcQA). That's a documented limitation that would be hard to get around. Among other...
I don't know whether it's hard or not. You can dig into the Vega codebase and maybe it's not too difficult to support. Basically, I think the reason why it...
I'll reopen this and make it a feature request. PRs very welcome.
I haven't played with shared worker yet but you could try instantiating a shared worker instead when intializing DuckDB wasm. Docs are at https://github.com/duckdb/duckdb-wasm/tree/main/packages/duckdb-wasm.