druchan

Results 8 issues of druchan

In the examples shown for `revertData` in the optimistic data updates, I find that it takes only one parameter and that parameter is the latest local data (after `updateDataOptimistic` has...

enhancement
question

**Describe the issue** When querying a csv file having incorrect headers and configuration has `headers = on`, the query times-out with a vague error message about not being able to...

enhancement
stale

In cases of `userOptionAllowed: true`, when user types a "," or a tab, it should trigger a tag addition in the input field.

## Bug description I've [set up a replit](https://replit.com/@ChandrashekharV/OrangeLimegreenBinary#index.ts) for this to test and demonstrate the bug. Generated schema for a type which in itself is an indexed/named reference from another...

bug

from the screenshot, noticed that the date is directly rendered (like a JS date). **would be nice if the date was formatted to be more human friendly** like _3 hours...

Avoid the need for having 3 side-by-side select controls when setting a control tag or dimension filter / group. Combine these into a flat list in the existing "key" select...

enhancement
stale
dashboard

I ran a test of all the example queries listed in the table documentation on hub and found these issues: ``` [INFO]: Checking: ../steampipe-plugin-gcp/docs/tables/gcp_alloydb_instance.md [ERROR]: select name, labels from gcp_alloydb_instance...

bug

``` import { getLines } from 'imaginary-parser' // ^ assume getLines has the following signature: // getLines(str: string): Result // since the formatting is deemed correct by `getLines` // then...