Eden Zimbelman
Eden Zimbelman
Hello all! Meant to return to this soon after the changes in #1785 were released, but happy to share that this is now possible! Using `v3.13.0` or later, you can...
Realizing that warning is from a workflow in my own repo... I had initially thought it was being raised from this action! My bad! No hard feelings if this PR...
@mjperrone as a workaround you can use a `curl` request and [the `reactions.add` method](https://api.slack.com/methods/reactions.add) to react to a posted message with [something like this](https://github.com/zimeg/slack-sandbox/blob/ff9f5603114d209018bb19dc35821a6c722c34b0/.github/workflows/slack_message.yaml): ```yaml name: Post Slack message on:...
👋 Following up from #280 - I haven't heard of any immediate plans to support dot notation from Workflow Builder so I'm thinking this change is the right way to...
Hey @NirmalVatsyayan 👋 It sounds like [automatic retries](https://api.slack.com/apis/connections/events-api#responding) might be happening due to a delayed `ack` response even though your function is still running! It does seem like you're calling...
FWIW I've also found "duplicate" events can be common if I forget to start my app while developing. Then a flood of events comes all at once, over some period...
🤔 Wondering if we might want to treat this as a possible enhancement such that these params can be accessed from the request object? ``` https://localhost:3000/greetings?name=you ``` ```js const app...
Hey @Dunkhell 👋 Could you share how you're trying to use this argument? I'm finding it as [a request attribute](https://github.com/slackapi/java-slack-sdk/blob/8183ad546e089936fbd4eb69e8495595d08cdbeb/slack-api-client/src/main/java/com/slack/api/methods/request/admin/invite_requests/AdminInviteRequestsListRequest.java#L19-L22) and it should also be [sent with the request](https://github.com/slackapi/java-slack-sdk/blob/8183ad546e089936fbd4eb69e8495595d08cdbeb/slack-api-client/src/main/java/com/slack/api/methods/RequestFormBuilder.java#L698). The...
@Dunkhell No worries at all! Caching is just one of those things 😄 Going to close this but please let me know if you find any other edges!
I wonder if this is meant to replace the [`python-simplechat`](https://github.com/ollama/ollama/tree/21347e1ed67a4ef36abc11bf314e90eaba9a0dc4/examples/python-simplechat) example? Or if these are meant to be the same? 🤔