Aditya Hegde

Results 35 comments of Aditya Hegde

Ya that is one option for sure. I was more so using svelte's context to make it agnostic of whether we are in production or not. Besides the URL will...

I do not want any reference to ENV anywhere. It is not scalable. Say you need a new env to either test or for an internal dashboard we need another...

This has been moved to backlog until the design has been finalised.

We should probably have done this after major PRs are merged. This will be a nightmare to merge with huge PRs like the explore one.

I was able to pin point the issue to the histogram query. This is an issue with duckdb itself on windows, or the way we are using it.

We need to check this now with runtime using the CAPI directly. A couple of issues to fix before we verify, 1. Windows executable is not available, so cannot test...

Just a clarification. Would there be direct modifications to the database or would it be a one time import? Current assumption is that user doesnt interact with the database directly....

Was the project already initialised? Reinitialising doesnt connect to the db file as of now. If it is a fresh project then does this query return anything? ``` SELECT table_name...

Hmmm looks like init is not going through. It should have printed `You have successfully initialized a new project with Rill Developer`. Duckdb nodejs queries sometimes just quit the process...