Archie Sarre Wood
Archie Sarre Wood
But does it work on WASM?
### Workarounds Type in the creds directly to connection.yaml and connection.options.yaml `sources/taxi/connection.yaml` ``` # This file was automatically generated name: taxi # or whatever you want your source to be...
You are welcome to take a look at it. I'd suggest looking in Sidebar.svelte to begin with. https://github.com/evidence-dev/evidence/blob/next/packages/ui/core-components/src/lib/organisms/layout/sidebar/Sidebar.svelte
Agree this is a great feature. Some workarounds in the meantime: - Generate PDF: https://gist.github.com/archiewood/ec67d2f693a5d0b39fd642c1719005a9 - Send Email: https://gist.github.com/archiewood/1dae21aca89219b456e3393334edf554 If you add these scripts to your package.json scripts eg `"generate":...
It would also be good to enable https://duckdb.org/docs/guides/import/excel_import.html for users.
Support for DuckDB extension autoloading shipped with DuckDB 1.0, so any of the default library of extensions should work in DuckDB source queries. Other extension not yet supported
This is a gnarly edge case: - single x value with two y values within same series
Overall coming on great ## Components - `Alerts`: Note that if you use markdown inside an alert, it colours the text `p.markdown` colours. ``` ## Heading Para ``` This means...
@mcrascal FYI the screenshots are outdated, both of those have since been adjusted
in dark mode the map segment / point outline colours appear too bright - should be a darker grey?  ![CleanShot 2024-10-23 at 14 51...