Christoph Grothaus

Results 4 issues of Christoph Grothaus

When using the [HTTP gem](https://rubygems.org/gems/http) with a command like `HTTP.post(url, json: { a: 1 })`, the `Content-Type`-header is set to `application/json; charset=UTF-8`. This currently prevents me from using the `RequestBodyDiff`-method,...

# Goal Update elixir kata bootstrap. # Changes Update files to reflect what a `mix new` with a current version of Elixir would generate. Most notably, `config.exs` is _not_ generated...

Some time ago, Github moved to name the default branch in repositories `main`, rather than `master`. See https://github.com/github/renaming. It would be nice if we could reflect that here, too.

# Goal Allow using `httpoison` in version 2.0. [httpoison](https://hex.pm/packages/httpoison) had a backwards compatible major release, going from 1.8 to 2.0. The current version requirement in `mix.exs` prevents this upgrade. #...