Kazuhiro Sera
Kazuhiro Sera
### Issue Type - [x] Bug - [ ] Enhancement / Feature request - [ ] Question - [ ] Documentation ### Description https://oss.sonatype.org/service/local/repositories/releases/archive/com/slack/api/slack-api-client/1.0.6/slack-api-client-1.0.6-javadoc.jar/!/com/slack/api/Slack.html#send-java.lang.String-com.slack.api.webhook.Payload- When accessing the Javadoc websites hosted...
Some of the unit tests for Bolt modules may fail when the host has some env variables such as `SLACK_CLIENT_ID`, `SLACK_CLIENT_SECRET`, and so on. We can improve it to be...
When using `url` method (e.g. `url(Controller.someScalatraRerverseRouteURL)`) in `src/main/webapp/WEB-INF/layouts/default.jade`, NPE is thrown only when running Scalatra tests. After removing `url` method from default.jade, everything goes fine. Basically we shouldn't use `url`...
When upgrading gitlab-merge-request-builder-plugin to 1.2.1, `/api/v3/projects/all?private_token=xxx` requests failed and all the merge-request driven jobs were disappeared. After that, we downgraded to 1.2.0 and everything works fine now. - GitLab: 6.7...
### Description The documentation already supports Block Kit. However, the changes to parameters/response are not yet reflected in this repository. Do you have any plans to work on it in...
### Description I just want to know the latest status of `/groups.close`. In this spec document, the endpoint seems to be no longer listed. ### What type of issue is...
### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature...
This pull request migrates the Skinny ORM library to this project. ```scala import scalikejdbc._ import scalikejdbc.orm.{ CRUDMapper, NoIdCRUDMapper } // database connection pool Class.forName("org.h2.Driver") ConnectionPool.singleton("jdbc:h2:mem:test;MODE=PostgreSQL", "sa", "sa") // entities case...
>I do think there is another issue, this time with LocalTime -it gets saved with milliseconds and not microseconds. So this time saving works incorrectly https://github.com/scalikejdbc/scalikejdbc/issues/945#issuecomment-429323071
The same problem appears in SQLite (https://github.com/xerial/sqlite-jdbc/issues/247), where setReadOnly also triggers an exception. This actually seems like correct behaviour on their part, since transparently ignoring concurrency directives seems like a...