Raymond Loranger
Raymond Loranger
Initially, module `Hangman.Game` had `letter` defined as `String.codepoint()` and I had no error messages. But then I changed the type to `byte` and it caused this error message.
Hi Jeremy, Yes, there is a repo (it is a hex package): https://hex.pm/packages/hangman_game To reproduce the issue you would need to replace lib/hangman/game.ex:22 from @type letter :: to @type letter...
Hi Thibault, I am not sure I understand your request. Do you mean that you would like to be able to paste the generated table (like in a README file)...
Hi Hinagiku, In the `egd` package, I updated the rebar.config file as follows to use version 2.4: ``` %% -*- erlang -*- % {plugins, [rebar3_appup_plugin]}. {plugins, [{rebar3_appup_plugin, "~> 2.4"}]}. {provider_hooks,...