brendan c
brendan c
This PR makes it possible to run dev mode on windows, though there is still some breakage in the dev mode server. However this initial PR is an incremental step...
**Describe the bug** on windows in dev mode after adding a source, the following error is repeated over and over: ``` Script "npm run dev:backend" exited with code 3221226505 null...
To help illustrate to users what the default populated measure means, we should add a defaul label "events per time period" and a default description "the number of events recorded...
**Describe the bug** the scales and lines rescale at different speeds, which can cause jumping around or rubber-band ish effects, particularly when toggling a filter that removes/adds a lot of...
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...
**Describe the bug** Deleting a model that is being profiled cause the backend to crash and the UI to hang. Terminal running the backed shows the following: ``` TypeError: Cannot...
**To Reproduce** - start a query on a large enough dataset that it takes a while for profiling results to return e.g. `select * from nyc311_reduced` - try hovering on...