Sean
Sean
in the most recent commit, a new line is added to the svelte config. Initially I tried to add this to the config for the svelte vite plugin in vite.config...
When I tried to trace the path that a warning takes in the svelte vite plugin, I noticed that `svelte-tiny-linked-charts` seems to generate a lot of work/noise for the preprocessor....
This one seems to be working on my end
@creativedutchmen [Node v21 is not supported](https://docs.evidence.dev/guides/system-requirements) - you can use v20 or v18. Let me know if you need any help setting up a different node version
This was improved by #1926, but result of including an incorrect column name is a blank column in the table rather than an error. Better than breaking the page, but...
# Heatmap Prototype I've got a prototype spun up for this: With syntax: ```html ``` Where `test_results` is: | day | name | count | | --- | --- |...
## Using the prototype If you want to use the prototype in your project, you can add a file called `Heatmap.svelte` to the `components` folder in your project (or create...
I noticed Svelte has a nice search feature in their tutorial project: https://learn.svelte.dev/tutorial/welcome-to-svelte It uses their internal site-kit tools. We may be able to follow a similar approach: https://github.com/sveltejs/site-kit/tree/master/packages/site-kit/src/lib/search
Thanks for sharing - we're looking into ways to mitigate this issue in advance of the next release of duckdb-wasm (which we hope will contain a fix). Here are the...
@HopeFan how does the query get updated by the dropdown? I don't see the inputs showing up in any of your queries