Felipe Renan
Felipe Renan
Hi 👋🏻 I have this case in my current project so that I have to upload images that are stored as base64 in my DB to Cloudinary. I had to...
Related to: https://github.com/arcticicestudio/nord-visual-studio-code/issues/165 Before it was like this:  After this change: 
Related to: https://github.com/phoenixframework/phoenix_live_view/issues/1506 It would be nice if our HTML engine warn developers when their HTML is invalid. For instance, forms is not allowed within table tag according to HTML...
Related to https://github.com/gutschilla/elixir-pdf-generator/issues/56 I'm getting this error on linux server: ``` (elixir) lib/system.ex:621: System.cmd(nil, ["/opt/app/lib/pdf_generator-0.6.0/priv/node_modules/chrome-headless-render-pdf/dist/cli/chrome-headless-render-pdf.js", "--url", "file:///tmp/0wolmM04.html", "--pdf", "/tmp/0wolmM04.pdf", "--paper-width", "8.26772", "--paper-height", "11.695", "--dpi", "300"], [stderr_to_stdout: true]) ``` In my...
$ZED_SYMBOL doesn't really work here once that will try to do something like this: mix test MyModule.MyModuleTest instead of using the path of the file: mix test test/my_module/my_module_test.exs Release Notes:...