titib
titib
CSV.decode! add additional \r\n ``` {:ok, string_device1} = StringIO.open("\"one\ntwo\nthree\"") string_device1 |> IO.stream(:line) |> CSV.decode!() |> Enum.each(&IO.inspect/1) ``` The result is ``` ["one\n\r\ntwo\n\r\nthree"] ``` The expected behaviour is : ``` ["one\ntwo\nthree"]...
Version : master branch After the installation of Bundler, in the step "Symlink ruby related binaries on the system path", the symlink to bundler failed. ``` TASK: [rvm_io.rvm1-ruby | Symlink...
### What's not working? After setting i18n up, I tried to translate the NotFoundPage with the hook `useTranslation()` `useTranslation()` generated an error : "Rendered more hooks than during the previous...