Jun Aruga

Results 88 issues of Jun Aruga

Hello, This commit fixes the following error on [podman](https://podman.io/) that is used mainly on Fedora, RHEL. ``` $ podman --version podman version 3.4.4 $ podman build --build-arg BUILDER_NAME='Your Name' --build-arg...

### Expected behaviour The `checkmake` passes for the `.PHONY : foo` (`.PHONY: foo`) in the `Makefile`. ``` $ checkmake Makefile $ echo $? 0 ``` ### Actual behaviour The `checkmake`...

This PR is to see the compiling command lines including the used compiler, compiler flags and macros in the CI logs. For example on this ticket https://github.com/brianmario/mysql2/issues/1182#issuecomment-817171322 , I think...

This issue ticket is to manage the test failures on GitHub Actions macOS MariaDB 10.5 test failures. https://github.com/brianmario/mysql2/pull/1193/checks?check_run_id=2363155750#step:9:536 ``` 1) Mysql2::EM::Client should support async queries Failure/Error: expect(results[0].keys).to include("second_query") expected ["first_query"]...

This ticket is to manage the issue on the GitHub Actions: Ubuntu focal (20.04) mariadb (>= 10.3) case. ``` - {os: ubuntu-20.04, ruby: 2.4, db: mariadb10.3, allow-failure: true} ``` Today...

I have a suggestion to make the operation effective in this repository. ## Challenge and motivation. The current challenge is the maintainer is mainly only @sodabrew . He tends to...

Hello @sstephenson , I send a pull-request to use Travis CI. `ejs` is used a development dependency of `sprockets` that is used as a part of Rails. So, it is...

Shall we update Rubies to latest version and add Ruby 2.6 to Travis? Thanks for maintaining this gem!

I guess that it is recommended to add license file such as `LICENSE.txt` or `LICENSE.md` by github or generally rather than including it in `README.md`. It is also recommended on...

Good day @kwatch , `erubis` is a dependency of Rails 3, 4, 5.0 [1][2][3] When we install the Rails, `erubis` is used. However when we install `rails5.1`, `erubi` is used...