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

**Issue** When you start the application there is a latency between the localhost address becoming available and the application being ready for engagement. This creates a confusing user experience when...

task

**Describe the bug** there are a few data types described on the Dutch DB website that are not accounted for in our duck DB data type mapping code. see [`src\lib\duckdb-data-types.ts`](https://github.com/rilldata/rill-developer/blob/main/src/lib/duckdb-data-types.ts)...

nit

both of these folders contain just a handful of shell scripts; we can unify these into a single folder (discussed during SF workweek repo review)

nit

someone needs to look at `lib/utils` vs `common/utils` and decide whether we need both or we should merge all these utils into one folder; and if we do need to...

code quality

namely: - drag.js - types.ts - duckdb-data-types.ts

nit
code quality

@hamilton mentioned that the `app.css` has a lot of extra stuff and should be cleaned out. (discussed during SF workweek repo review)

nit

Makes small adjustment to alert preview table. - [x] Refactor to remove too much code from component. - [x] Pass in split by time grain. - [x] Pass in measure...

Create Alert dialog - [ ] Pre-fill dimension from the selected dimension table - [ ] Pre-fill measure from leaderboard measure - [ ] Use the selected time grain in...

Closes #3876 This PR ensures a fresh JWT before firing requests to a Runtime server. This helps avoid the race condition mentioned in the above issue. This PR assumes a...