Binaek Sarkar
Binaek Sarkar
# Feature Request Prompts based on `readline` offer a `reverse-search` feature which is really handy as an input tool. Is there any plan to add this in `go-prompt`?
Dashboards can move between light and dark modes. I think we need to be able to configure light/dark variants of the icons for the `categories`.
When creating the `properties` column, it will be great if I could set an `on empty` behaviour for some properties. Use case: For Application and Network LB, we can set...
I am seeing a few graph nodes are not showing it's properties nor it's icon. example: for the row: from_id|to_id|id|title|category|properties -- | -- | -- | -- | -- |...
Is it possible to have a `pluralize` function available in SQL statements for steampipe? Use case: I have a `jsonb_array` which contains `0-n` elements. A `reason` is getting generated like...
`go-prompt` fails with the following error: ``` Exception has occurred: panic "device not configured" Stack: 2 0x0000000101a26f20 in github.com/turbot/steampipe/interactive.(*InteractiveClient).runInteractivePrompt.func1 at /Users/pskrbasu/turbot-delivery/Steampipe/steampipe/interactive/interactive_client.go:225 5 0x0000000101758fa0 in github.com/c-bata/go-prompt.NewStandardInputParser at /Users/pskrbasu/turbot-delivery/Steampipe/pkg/mod/github.com/turbot/[email protected]/input_posix.go:71 6 0x0000000101759fc4 in...
The `internal/update-check.json` file is read and updated during scheduled checks and cleanups. The file name raises confusion and is misleading to it's actual utility (in maintaining state for scheduled operations)...
Reproductions Start two terminals In `Terminal 1` execute: ``` $ steampipe query ``` In `Terminal 2` execute: ``` $ steampipe query --install-dir ~/another-dir ``` The second `query` session will never...