Anshul Khandelwal

Results 21 comments of Anshul Khandelwal

A flag can already be passed to `rill start` to not open UI: `rill start my-project --no-open` Is that sufficient for now ? The context will remain on the terminal...

Hey @medriscoll Could you please share more details on how you are updating credentials? It is working for me. I tried two approaches: 1. Updating `~/.aws/credentials` via `aws configure`. 2....

> @k-anshul : Have you tried reproducing it without restarting Rill ? Yes. I tried the exact same steps that Mike mentioned. Tried two ways for step 3 (`Update the...

> One other comment: I noticed when reading this that in `runtime/reconcilers/project_parser.go` on line 295, if `diff == nil`, then it doesn't update the project config at all. I guess...

The scroll experience is also broken on Safari when a lot of resources are reconciling at the same time : https://www.loom.com/share/0f94e54ab2e446c293254239dc64d1e7?sid=bc81d511-5289-4948-8d3c-2ecb68ccc307

I see the error message from duckDB is very helpful on main and not on 1.0.0 Error msg from `main` : ``` Conversion Error: CSV Error on Line: 1670846 Original...

Nothing to be done on this from our side. This will already be part of error messages. Sample below : However the file name is trimmed.

The file name being trimmed will be handled in a separate issue in https://github.com/rilldata/rill/issues/5604

This will also allow us to fix this issue for self hosted replicated database deployments : https://github.com/rilldata/rill/issues/5420 We can check if the database is a replicated database and if yes...

Will be fixed on clickhouse cloud via : https://github.com/rilldata/rill/pull/5465