Trevor Hartman

Results 169 issues of Trevor Hartman

Some APIs have rate limits, so if we pound them in parallel via xargs we're much more likely to hit the limit. Today this happens in `stock`, e.g.: ``` !list...

quite-fun ⚡️
core

Sometimes adapters disconnect without us detecting it (e.g. a `close` event wasn't properly triggered so we didn't mark it as closed). A button on the dashboard to force `stop`/`start` would...

core

This will make it easier to debug flakey connections

core

🤔 this could be an adapter 🤔 it could also be a command to query / interact with Reddit Possible solution is to subscribe to Pusher's realtime per-subreddit streams https://blog.pusher.com/pusher-realtime-reddit-api/...

quite-fun ⚡️
ready
plugins

A few examples: - github repos - github search - pagerduty Should we have standard opts for pagination? Should it be index/page based? Cursor based? Should we pipe to a...

quite-fun ⚡️
ready
core

Custom integrations are deprecated: https://api.slack.com/custom-integrations See app guidelines: https://api.slack.com/reference/slack-apps/directory-submission-checklist

adapters/slack
docs

graphql queries can be cached and `eval` is definitely mutating state by saving to db plus any mutation the command itself performs (e.g. jira commands).

graphql
core

https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-issueIdOrKey-changelog-get

jira