Kazuhiro Sera

Results 624 comments of Kazuhiro Sera

Hi @PrajwalNaik07, the "No address associated with hostname" error indicates an issue with DNS resolution or something like that within your Kubernetes cluster network infra. Searching by "No address associated...

Thanks for letting me know this, and I am sorry for my delayed response here. Indeed, supporting this use case would be a great plus.

The cause of your confusion may not be related to this, but the `files.completeUploadExternal` API processes its tasks asynchronously. This means that if a subsequent operation attempts to download the...

Hi @StephenTangCook, thanks for sharing this. Indeed, this could happen even with Bolt frameworks... One viable solution is to have a short time cache for the API call, and it...

Ah I actually implemented this with expiration in Java SDK five years ago... https://github.com/slackapi/java-slack-sdk/blob/v1.45.3/bolt/src/main/java/com/slack/api/bolt/middleware/builtin/MultiTeamsAuthorization.java#L275-L291

@StephenTangCook Thanks for the idea and when it comes to the CF KV store implementation, I totally agree with your plan. We can add a new KV SLACK_AUTH_TEST_RESPONSE and have...

>In this session, I would like you to use Node 20 instead of the default 22. Can you switch the version using nvm via zsh? Then, use the switched node...

There is no reason to avoid migrating to Responses API. User experience might be tricky though. Perhaps, passing built-in tools enabled by default when spinning up the app would be...

Subagent feature related PRs are going on. Check them and please feel free to share if there is anything that should be considered: https://github.com/openai/codex/pulls?q=is%3Apr+subagent+is%3Aopen

Sorry for my slow response here. In general, this app should work for org-wide installations but if there are any unsupported cases, the code should be modified to resolve them.