Avinash Sajjanshetty

Results 89 comments of Avinash Sajjanshetty

Alternative: We should show that there are databases attached to the org, that they will be deleted too. Once the user confirms, we should all the databases and the org....

What do you think of adding an env variable like `DEBUG=true` as one more option? This way, you don't have to pass `--debug` every time and you can use commands...

I always thought Go only imports the libraries which are used, but looking at the thread it seems it is otherwise. TIL. Current binary size (plain `go build` and no...

I removed viper entirely, it didn't make significant difference in the binary size (26MB). Go has tooling to analyse the binary size, here are the top five external dependencies by...

I reopened this issue. Though the bug is fixed, we should explore the options mentioned in the OP, that a way to reset the cache should exist

I would prefer per command basis, something like `db list --no-cache`

> “Changes will effectively take place at the beginning of next month." hey, where exactly you are seeing this phrase

reopening this, since the issue still exists and we might want to fix it when we have some cycles.

+1. That was the first thing looked in the README.

hey @faridtmammadov thanks for the PR! I will go through it soon. Meanwhile can you - add documentation on the inner workings? in a separate file or in the code...