Kazuhiro Sera
Kazuhiro Sera
### Description As described at https://github.com/slackapi/bolt-js/issues/1344 , the `port` argument in `App` constructor can be silently ignored if the `App` accepts `receiver` argument as well. Bolt should ensure the `App`'s...
### Description We can update the corresponding Japanese document page to reflect https://github.com/slackapi/bolt-js/pull/1329 changes. ### What type of issue is this? (place an `x` in one of the `[ ]`)...
### Description We can have tests verifying all explicit types of listeners are available in TypeScript. For instance, for `view_submission` handling, the following code would be the case. I haven't...
There is no reason not to use an env variable for the `stateSecret`: The sample code in the docs for Bolt Oauth setup has the stateSecret exmple in single quotes...
### Description As we implemented in Python and Java, we can provide the similar guidance log messages in Bolt for JS. ``` $ npx node app.js ⚡️ Bolt app is...
### Summary This pull request shows a possible improvement for #796 use case - better support for message event subtypes in TypeScript. I'm still wondering if there may be a...
Related to this, Can we get `TypeDocs` for this project so it's easier to use? https://typedoc.org/ I have struggled a lot in the last couple of days figuring the types...
### Description `directMention()` middleware matches only when a bot user is mentioned as the first person in a message. This is because the middleware was designed to be compatible with...
Regarding Scala 3, this project will be aligning with ScalikeJDBC's policies. Please read the issue I posted: https://github.com/scalikejdbc/scalikejdbc/issues/1068
This is a blocker issue for Scala 2.13 users. Skinny ORM doesn't work on Scala 2.13.0. ``` [info] Done compiling. [info] Spec: [info] Entity which has 1 - 8 associations...