Kazuhiro Sera

Results 545 comments of Kazuhiro Sera

@vesuvius13 >content for file upload must be 'str' (UTF-8 encoded) or 'bytes' (for data) As this error message indicates, a dataframe object is not supported for the content parameter. Please...

@vesuvius13 Thanks for sharing this. Indeed, the validation did not exist in the legacy one. But the legacy one does not intentionally support the data structure (at least we don't...

@filmaj That sounds great. Perhaps, we may need to manually adjust some parts of it as it's auto-generated, but merging good parts from it should be a good approach. Also,...

:wave: I understand that many of you would like to have a 1st party / official SDK for Cloudflare Workers. However, the current SDK only supports Node.js, and our team...

Hi @SujayPrabhu96, no updates on this so far. Also, we may not be able to work on it for a while due to our priorities. Implementing your server-side for "Sign...

We hear that this could be confusing and frustrating. The message event payload data type is a combination of multiple subtypes. Therefore, when it remains of union type, only the...

I don't know this could be helpful for your use case, but this repo had [a little bit hackey example](https://github.com/slackapi/bolt-js/blob/%40slack/bolt%403.5.0/examples/getting-started-typescript/src/utils/helpers.ts#L9-L11) in the past. The function `(msg: MessageEvent): msg is GenericMessageEvent...

@slushpupie The server-side team made the option publicly available today. So I've added the option in this Java SDK and then just released a new patch version including the change....

@daga-segwise This could be indeed confusing, but for OAuth flow error patterns, you can use callbackOptions for it: https://slack.dev/node-slack-sdk/oauth#persisting-data-during-the-oauth-flow The event process error handlers work only for /slack/events requests.

I like the idea of having the new 'mode' input since v2. It should be easier to understand for everyone!