Kazuhiro Sera

Results 522 comments of Kazuhiro Sera

Hi @melvinkcx, thanks for writing in! This sounds a great addition in the future! However, since [the asyncio support in SQLAlchemy is still in beta](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html), we are not planning to...

Sorry for our slow response here. The error can be raised when your app has more than 10 WebSocket connections for some reason. If you're still experiencing this, please consider...

@filmaj thank you for your detailed investigation of the scenario. I agree handling the 'too_many_websockets' reason pattern in a proper way could be a nice improvement. In reality, the only...

Hi @robbie-cahill, thank you for reaching out to us! Your project looks really cool and I believe it would be valuable for many people, including myself! 👍 However, at this...

@filmaj For better testing, checking the compatibility with actual production payload data may be helpful. I have been doing so for python/java projects, which is quite beneficial for detecting errors...

We can add something like this: https://github.com/seratch/slack-web-api-client/commit/f86125a0cb832d8e42a7104d325969ec47738866

Hi @rockingskier, thanks for taking the time to report this! I agree that this should be improved in future versions

I haven't checked in detail yet, but the approach I took for the "shares" property may work for this too: * https://github.com/slackapi/java-slack-sdk/blob/v1.27.3/slack-api-client/src/test/java/util/sample_json_generation/SampleObjects.java#L286-L287 * https://github.com/slackapi/java-slack-sdk/blob/v1.27.3/json-logs/samples/api/search.messages.json#L566-L581 * https://github.com/slackapi/node-slack-sdk/blob/%40slack/web-api%406.8.0/packages/web-api/src/response/SearchMessagesResponse.ts#L490-L493

Thank you for taking the time to send this! As I mentioned at https://github.com/slackapi/node-slack-sdk/issues/1734#issuecomment-1911534468, a similar change is required on the image block element side. Also, we prefer union types...

@funtaps >The only real concern is - what can I get as a result of https://api.slack.com/methods/conversations.history ? Can there really be blocks without types? No, every single block must have...