Philip Mannheimer
Results
12
issues of
Philip Mannheimer
Such as: ```ruby # config/locales/en.yml en: notification: one: You have 1 notification other: You have %{count} notifications ``` ```ruby #app/views/notifications/index.html.erb ``` From watching the tests and doing some tests myself...
sudo --preserve-env mix gatling.deploy returns no function clause matching IO.chardata_to_string/1
2
When I run `MIX_ENV=prod sudo --preserve-env mix gatling.deploy my_app` I get this error: ** (FunctionClauseError) no function clause matching in IO.chardata_to_string/1 The following arguments were given to IO.chardata_to_string/1: # 1...