Kazuhiro Sera
Kazuhiro Sera
Hi thanks for reporting this issue. The property must be added to the upstream official SDK's outputs first: https://github.com/slackapi/java-slack-sdk/tree/main/json-logs/samples/api
Hi @kronosapiens, thanks for writing in! Your issue title mentions "trigger_id," but pushing a new modal using the `ack()` method does not require it. Also, `app.view` listeners are expected to...
Hi @tusharwagh-mdsol, thanks for asking the question! When you want to update the submitted modal in `app.view` listeners, you can use `await ack({ response_action: "update", view: view})` instead of `views.update`...
bolt-python's lazy listeners could be the best solution for your use case: https://slack.dev/bolt-python/concepts#lazy-listeners However, unfortunately the same functionality does not exist in bolt-js due to its design restrictions. Also, we...
Hi @PeterDaveHello, thanks for bringing up this topic. Slack's rate limits are applied per workspace + app + endpoint. This means that, with the new non-Slack Marketplace app restrictions, only...
Thanks for your reply. Your suggestion is indeed better than nothing. However, in real use cases, even with the rate limiter, you can only receive one reply per minute across...
Sorry for my slow response, so you might already have done the migration. The installation data store this package provides is a relatively simple one. You can write a script...
The latest version's timeout is 10 seconds, and if [this pull request](https://github.com/openai/codex/pull/2416) is merged in the future, you can customize the duration to be longer than 10 seconds. If you're...
Hi @ccaruceru, thanks for sending this pull request! As you can see [here](https://github.com/slackapi/python-slack-sdk/tree/main/tests/slack_sdk/oauth/installation_store), all the existing built-in installation store implementations pass the same set of scenario tests. If we accept...
Yeah, this is a great idea!