Kengo TODA

Results 40 issues of Kengo TODA

I found that [a build on Read The Docs](https://readthedocs.org/projects/matrix-appservice-slack/builds/20359556/) failed due to [the known issue caused by breaking API change in jinja2](https://github.com/mkdocs/mkdocs/issues/2794#issuecomment-1079764404). The [mkdocs 1.2.4 release](https://github.com/mkdocs/mkdocs/releases/tag/1.2.4) contains necessary fix, so...

Thank you to publish source code of Effective Java 3rd edition! I'm a fan of 2nd edition, and reading 3rd edition recently. To read these code, I want to use...

https://www.npmjs.com/package/signale is not updated for years, it's better to replace it with https://github.com/winstonjs/winston

Thanks for your sharing docker image for Sphinx! I have two suggestions to apply: 1. Replace deprecated `MAINTAINER` with `LABEL` 2. Replace images for specific argument with single image that...

To ensure that we can use `getInstant(int)` if we use `TIMESTAMP WITH TIME ZONE`.

to review

Thanks for releasing 1.5.1! And sorry, I forgot updating README in my PR #77. This PR will add it.

Hello, thanks for keeping this client maintained and open! 🙌 I'm using this client to search and maintain data, and here is a PR that suggests providing more support to...

I don't know this repository will be maintained or not. But if there is a plan to maintain, please consider to follow Java9 Jigsaw.

refs https://github.com/spotbugs/spotbugs-gradle-plugin/pull/205 `FindBugs2` provides `close()` to free resources, but it does not reset the singleton of `DetectorFactoryCollection`. So when we invoke two or more `FindBugs2.main()` in the same JVM process,...

This PR contains two changes: * reproduced problem by JUnit * solve problem by changing `ASSUME_ASSERTIONS_ENABLED` to false The 2nd change would affect other detectors, I need to check carefully.

help wanted
WIP