rill icon indicating copy to clipboard operation
rill copied to clipboard

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.

Results 784 rill issues
Sort by recently updated
recently updated
newest added

When clicking "query in workspace" on a medium-sized source, like the `flights` dataset of 2M rows, the SQL Editor waits to open up the new model (the `select * from...

bug

[stub] I have a very basic virtualized renderer for long lists of leaderboards. I would like someone to spend time with it and make sure that it is very solid....

_application_
task

**Describe the bug** We have a user reporting that they are unable to use Rill Developer on Windows. **To Reproduce** Steps to reproduce the behavior: 1. Install Rill on windows...

bug
_application_
windows

**Describe the solution you'd like** When starting Rill Developer, it would be cool to have the ability to point to an existing DuckDB database that could be handled by other...

would be very helpful to improve the scale of our application if we virtualized the rendering of big lists and grids. - https://github.com/rilldata/rill-developer/issues/317 – create a virtual list component for...

epic

We have 6 eslint rules that are still set to only `warn`, but we want to get them all up to `error`. They are: - [ ] `@typescript-eslint/no-explicit-any` -- this...

good first issue
dev
_application_
epic

One that would be handy is `option` + `command` + `up/down arrow` to create a multi-line cursor.

_application_
task

**Describe the bug** When you are exploring numeric data where all values are the same within a column, you don't get insights letting you know this is the case. Instead,...

bug
_application_

The current binning algorithm doesn't produce rounded boundaries. The boundaries of each bin are pretty roughly chosen so they end up being weird numbers like 34.20592. It would be better...

_application_
task