Kazuhiro Sera

Results 624 comments of Kazuhiro Sera

Thanks for working on this. At a glance, the change mostly looks safe and the test code is well-written, but I still don't have enough confidence to merge it.

Hi @KevinAtSesam, thanks for writing in. While the impact doesn't seem to be significant, I see the benefit, especially for high-traffic application use cases. I generally value code readability over...

Thanks! Keeping the naming consistent with the existing code would be great. There's no best naming convention in general, so consistency is a good decision factor. Your passion for contributing...

Hi @dsoprea, thanks for taking the time to write in! We don't have immediate plans to add this feature, but it could be a valuable addition in the future. We...

Hi @intercepted16, thanks for the suggestion! Indeed, enhancing the response data types would be greatly helpful for developers. However, the Slack API does not provide open API specs or something...

This appears similar to the issue you reported at https://github.com/slackapi/java-slack-sdk/issues/1426 in the past. It's a problem specific to the Slack API's dynamic data structure, which can return entirely different data...

For this reason https://github.com/slackapi/bolt-js/issues/2146#issuecomment-2186910368, let me close this PR now. If there are further points to discuss, please join the conversation at #2146

>channel_id: 'DXXXXXXXXXXXX', // my own Slack Another possible cause of the failure your code is facing is that this DM ID might be wrong. The DM must be between your...

The range versioning should work, so I don't see the immediate necessity to have dependabot for this project. That said, I don't strongly oppose to it at all.

Hi @ivanrezic, thanks for asking the question. Perhaps, something might be wrong with your filepath, filename, variable name (app vs api etc.). Please double-check if there is something unintentional in...