Results 70 issues of Jon Udell

To Steampipe newcomers, these messages sound worse than they really are. ![image](https://user-images.githubusercontent.com/46509/188750340-ec37c1ce-4f5c-412d-b9e4-7eac4dba7d0f.png) It would be nice to soften these dire-sounding messages with links to the docs, e.g. https://hub.steampipe.io/plugins/turbot/updown/tables/updown_downtime or https://hub.steampipe.io/plugins/turbot/heroku/tables/heroku_app_release,...

enhancement

These are seemingly identical. ``` with repos(full_name) as ( values ('turbot/steampipe-plugin-github') ) select * from repos +--------------------------------+ | full_name | +--------------------------------+ | turbot/steampipe-plugin-github | +--------------------------------+ ``` ``` with repos as...

bug

# setup ``` mkdir my-aws-compliance cd my-aws-compliance steampipe mod install github.com/turbot/steampipe-mod-aws-compliance cp ~/steampipe-mod-aws-compliance/s3_bucket_default_encryption_enabled.sql . ``` Change the local `.sql` file. s/encryption disabled./encryption disabled!!!/ Edit `mod.sp` like so: ``` mod "local"...

bug

This mod can wind up checking a lot of repos that you might not care about, and can hit rate limits doing so. Would be nice to be able to...

enhancement

## Repro 1. Visit https://elifesciences.org/articles/26796 2. Try to activate extension ## Expect Can ## Actual Can't. ## Notes This works as expected: https://via.hypothes.is/https://elifesciences.org/articles/26796. (By "as expected" I mean: There are...

bug

Sample tweet: https://twitter.com/realDonaldTrump/status/979326715272065024 **Annotation**: https://hypothes.is/api/search?uri=https://twitter.com/realDonaldTrump/status/979326715272065024 **Expected result**: Annotation appears in H client at the tweet URL **What happens**: It doesn't **Why not**: Twitter declares: `` so the client's search ends...

bug

Currently the URL that's produced is like so: https://social.coop/api/v1/lists/1064/accounts?account_ids=109348240344188934 Which returns 200 but does not add to the list. This will actually add to the list: https://social.coop/api/v1/lists/1064/accounts?account_ids[]=109348240344188934 I made this...

Hey there, thank you for making this SDK, I am making good use of it here: https://github.com/turbot/steampipe-plugin-mastodon When I got to the followers/following part of the exercise, I wound up...

It seems that although the URL for multiple IDS is correctly formed as `id[]=1&id[]=2` only the first item is returned. (https://github.com/turbot/steampipe-plugin-mastodon/blob/main/mastodon/table_mastodon_relationship.go#L80)

When I add `connection_name` as a common dimension, I can get different orderings of common dimensions across controls. Ideally it would always be the same, and would be the order...

enhancement
pp
deprecated