Eric P Green
Eric P Green
Things to consider: - Each column header takes up a lot of room due to the "data type" icon and the "pin column" icon. It leads to a lot of...
When clicking on "autogenerate dashboard", sometimes a red overlay transition state appears that says "creating metrics dashboard for source". When it comes and goes quickly, it's hard to read, but...
There are a few different sizes we could measure: compressed vs uncompressed, unloaded or loaded into DuckDB. To keep things directly comparable, we should probably use the data size that...
When a model's result set has many columns, it's helpful to maximize the width of the result set table. Currently, you can collapse the left sidebar, which helps. It'd be...
Right now we have the default Svelte logo as favicon. It makes it hard to immediately identify the Rill app when you have a bunch of tabs open.
When I click on the time grain selector, see how the "weekly" option immediately appears to be hovered. I'd expect the gray hover background to appear when my cursor first...
Map out how we'll move application state out of the server and into the client. Consider a query-caching library (like RTK-query or svelte-query) and consider the resulting scope of the...
We should offer this functionality for publicly available files: ```bash rill import-source https://storage.googleapis.com/my-public-data-folder/flights.parquet ``` Analogous to pandas's `pd.read_csv(url)` and `wget`
When I start typing a measure, it instantly pops up a triangle icon that says "this expression is empty". Only when I press enter does the validation message display correctly....