Cormick

Results 11 issues of Cormick

### Description Fixes `SQLConsole` crashing page on navigation, but only fixes the symptom of some greater bug that has something to do with on-page queries + transitions? To reproduce the...

### Description #### Before https://github.com/evidence-dev/evidence/assets/61282104/2bec3557-4288-4076-8209-ff78066b2bf6 #### After https://github.com/evidence-dev/evidence/assets/61282104/ab019b40-503d-4456-baf6-8e80bd430ffa ### Checklist - [x] For UI or styling changes, I have added a screenshot or gif showing before & after - [x]...

### Description Adds SvelteKit SPA compatibility to Evidence ### Checklist - [x] I have added a [changeset](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md#adding-a-changeset) - [ ] I have added to the docs where applicable

Makes changes like #1788 much more localized; in its current state, every chart needs to have `{connectGroup}` (or an arbitrary `{newProp}`) manually added. Spreading `$$restProps` into `Chart` would make the...

### Description Adapts `@evidence-dev/labs` `LeafletMap` component into an `InputMap` component ### Checklist - [x] I have added a [changeset](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md#adding-a-changeset) - [ ] I have added to the docs where applicable

do not merge

### Description Enables custom handling of breadcrumb naming via frontmatter Example (from `test-env`): ```md --- breadcrumb: "SELECT first_name || ' ' || last_name || '''s ' || order_month || '...

Deno version/platform: ```bash Platform: macos aarch64 Version: 1.45.5 ``` Output of `RUST_BACKTRACE=full deno run repro.js`: ```js thread 'main' panicked at /private/tmp/deno-20240804-11972-reb6i7/deno_core/core/error.rs:1179:69: called `Option::unwrap()` on a `None` value stack backtrace: 0:...

bug

### Description Adds logging to `build-parquet.js` (mainly to diagnose slow builds), also generically adds a `--profile` flag to all `evidence *` commands which profiles the duration of the command's execution...

Problem is that, for the most part, the way we use and build components is incompatible with Svelte SSR. More specifically one part - reactive statements (ie `$: `). For...

bug
ui/components
ui/data

Right now, a major source of SSR and general loading bugs is from forgetting to specify `knownColumns` and `initialData` in the query definition. This is in no small part due...