Joscha Feth

Results 68 issues of Joscha Feth

## WHY Adds `unfurl_media` and `unfurl_links` options to slack `send-block-kit-message` action. ### Background Contrary to `send-custom-message` which had this functionality for a while: https://github.com/PipedreamHQ/pipedream/blob/f2ea490cf78f3021ca875a2a46a53e0e1a6c4366/components/slack/actions/send-custom-message/send-custom-message.mjs#L36-L47 currently, it is not possible to...

triaged
User submitted

**Is your feature request related to a problem? Please describe.** Currently, it is not possible to see when a new version of a workflow has been deployed. Thus, when looking...

enhancement
triaged
tracked internally

## WHY Currently, there are some common props that are duplicated in all Slack components that send messages in any way (direct messages, group messages, private messages, thread responses, etc....

triaged
User submitted

Ignore a direnv folder inside a nix-based repository. **Reasons for making this change:** Nix (especially flakes) are often used in conjunction with direnv or https://github.com/nix-community/nix-direnv

Adds a hint to the documentation that the built-in `terraform-format` hook uses OpenTofu under the hood.

I just used `fetch-blob` in one of my projects and I noticed in snapshot tests that the string representation of the `File` class here is simplified in contrast to the...

This allows `Date` to be exported. It automatically gets serialized into it's string value. ![2024-07-31_11-13](https://github.com/user-attachments/assets/3929c228-4e07-4569-af96-5bfc2f6af8ca) ## Summary by CodeRabbit - **New Features** - Expanded the `JSONValue` type to include `Date`,...

triaged
User submitted

Without it, npm complains about it: ``` npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN...

are transformed TS files in the output expected to have `.js` references? E.g. TS code in `npm/...` all have imports ending in `.js`, but they don't resolve anymore. Is that...

This adds a nix flake to this repo, allowing anyone to develop on DNT without having to install the whole rust toolchain, Deno, etc. ahead of time. I understand that...