rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
Closes #4111 New look: 
Rather than showing a raw JSON string, we should have a more presentable error component. 
@ericpgreen2: regarding issues like https://github.com/rilldata/rill/issues/3596 (imports from web-local into web-common), we could add something like this to CI that checks a set of dependency rules: https://github.com/sverweij/dependency-cruiser#declare-some-rules Could also check for...
experiment with removing query cancellation Here's what I see in a couple conditions (1) state as of changes in this PR: - all manually query cancellation removed - `observeContextColumnWidth` reactive...
I just realized that the `--no-tsconfig` option to svelte-check means we're not type checking any of our plain `.ts` files :'( Need to rectify that. # UPDATES - 2024-01-09 :...
Currently, our CI basically doesn't type check a huge number of our svelte components. We need to start pulling things out of this list. (And of course we should never...
Please go the the `Preview` tab and select the appropriate sub-template: * [Applications](?expand=1&template=applications_template.md) * [Others](?expand=1&template=fallback_template.md)
Fix types in MetricsTimeSeriesChart
fix types in TimeControls