Eric P Green

Results 110 issues of 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...

nit

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...

task

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...

task

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...

task

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.

task

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...

nit

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...

_application_

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`

request

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....

nit