Dylan Pierce
Dylan Pierce
**Is your feature request related to a problem? Please describe.** It's very tedious to cmd + shift + P or click the Pin icon in the top right of results...
## Changes * Adds references to new Data Stores & App Connections in the main Python docs under `/code/python/` * Adds specific Data Store usage docs `/code/python/using-data-stores/` * Adds specific...
**Describe the bug** It appears the `mediaIds` prop is using camel case in the **Create Tweet** action here: https://github.com/PipedreamHQ/pipedream/blob/23144807af52ffb2512fe3c064e6ae76cc7c0eae/components/twitter/twitter.app.mjs#L308 However, the Twitter API is expecting snake_case like `media_ids`. I believe...
**Is your feature request related to a problem? Please describe.** When using `$.send.http` to send HTTP requests in workflows, it's very easy to forget that `data` is the correct key...
**Describe the bug** The Twilio SMS replies trigger is missing documentation required for setup. The user needs to set their Twilio account's **Integration** settings like so below: ![CleanShot 2022-06-21 at...
**Describe the bug** The **DataDog - New Monitor Event** doesn't seem to be pulling my account's monitors in the async options. **To Reproduce** Steps to reproduce the behavior: 1. Successfully...
**Describe the bug** Any Github source using async options to populate props is infinitely loading when attempting to search: https://share.descript.com/view/NGTVLNu161n ## Reproduction steps 1. Create a new workflow 2. Create...
**Describe the bug** When creating a custom operator, the `valueLabels` don't show even when they're defined. See the `geoproximity` operator in this codesandbox: https://codesandbox.io/s/nice-sunset-7n6c3?file=/src/config.js **To Reproduce** The codesandbox tells the...