Kazuhiro Sera

Results 90 issues of Kazuhiro Sera

The CI builds are now failing: https://github.com/seratch/AWScala/actions

bug
good first issue

The issue #731 reminds me that https://github.com/slackapi/java-slack-sdk/pull/677 can be added to bolt-python (and possibly to bolt-js). ### Category (place an `x` in each of the `[ ]`) * [x] **slack_bolt.App**...

enhancement
area:async
area:sync
good first issue

SCIM API v2 is now available. This SDK will add its support in the next release. Refer to https://api.slack.com/admins/scim2 for details. ### Category (place an `x` in each of the...

enhancement
Version: 3x
scim-client

As reported at https://github.com/slackapi/bolt-python/issues/974, [the built-in `SQLAlchemyInstallationStore`](https://github.com/slackapi/python-slack-sdk/blob/v3.23.0/slack_sdk/oauth/installation_store/sqlalchemy/__init__.py)'s table definition does not propertly support non-English character data when using it with MySQL / MariaDB. ### Reproducible in: See https://github.com/slackapi/bolt-python/issues/974 #### The...

bug
Version: 3x
oauth

The "image" blocks and block elements now can have "slack_file", which refers to an uploaded image file within Slack instead of "image_url", which must be a publicly hosted one. The...

enhancement
area:typescript
pkg:types

### Summary As mentioned in #904, implementing `app.message` listeners in TypeScript can be confusing as the `payload`/`message` objects are union types, so developers must have if/else statements to determine the...

bug
semver:major

### Description As mentioned at https://github.com/slackapi/bolt-js/issues/1727#issuecomment-1407256287, running async code from a bolt-js app on AWS Lambda is a common need. This project should provide more detailed information on it. ###...

docs

This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the...

enhancement
project:bolt
project:slack-api-client
project:slack-app-backend

>While testing this new feauture, I found that the logic to set context.requestUserId can be improved for Events API patterns. I will make changes for it in a different pull...

enhancement
project:bolt

As mentioned in https://github.com/slackapi/java-slack-sdk/issues/1129 >It would be nice if slackConfig.setProxy() would work after the the SlackConfig is initialized. I think it works if the library detects no environment variables and...

enhancement
project:slack-api-client