Adam Forbes
Adam Forbes
@codingwatching you'll need to modify the `makefile` to find the homebrew stuff, e.g.: ```makefile # TinyEngine Build Recipe # Author: Nicholas McDonald # Version 1.0 # Tested on GNU/Linux #...
Thanks for the speedy reply! Looks like it doesn't work: ``` ** (ArgumentError) parameters must be of length 0 for query %Postgrex.Query{columns: ["id", "body", "created_at", "updated_at"], name: "", param_formats: [],...
I love the concept and usage of this library! But I noticed this issue, so I thought I'd post here. I was trying to use this to decode a fairly...
This entire thread was super helpful! Thanks!
@lakano Cool, thanks! The main thing this thread helped with was getting both Elixir and Node set up using different web apps on the same deploy.
Ahhh. Okay, now I see. Anyway, as I mentioned, this is a breaking change. Our entire app blew up, as suddenly everything no longer has proper transparency. To be backward...
Personally, I'd probably go with option #3, as it seems like most use-cases for this library would be geared for SVG browser compatibility, e.g. SVG fill rgba works on IE...