Takanori Ishikawa
Takanori Ishikawa
Because the Dialyzer had emitted some errors when compiling with this library, so I added/fixed some type specs. - Changed `Ace.HTTP.Service.service` to `GenServer.server` - `GenServer.call/2` can take several type of...
We're facing a problem that the golangci-lint-action correctly works and found some issues in the PR code, but it won't produce any annotations in the PR. After some investigation, we...
As of this [commit](https://github.com/xerions/mariaex/commit/f30200ca63fc1abe4e022ca13115f5e8c781be41), `VARBINARY` data type is now affected by database character set. My environment: - Elixir 1.2.4 - mariaex 0.7.5 - MySQL 5.7.12 I created 2 databses for...
I added the option `sync_offset` in README.md. This option used in `Peerage.Server` module ([here](https://github.com/ishikawa/peerage/blob/master/lib/peerage/server.ex#L24)).