Julian

Results 3 comments of Julian

I'm working on horizontal bar charts: https://github.com/juumixx/fl_chart/commits/horizontal-bar-chart Things that are still not behaving nicely are backdraw bars and stack items. The rest should be production ready.

Yes, I tried running `:inet_res.getbyname(".com" |> String.to_charlist, :a)` and got back the IPs of both machines, as configured in the DNS entry for my cluster. edit: I'll try running everything...

It seems that `Node.connect` works fine with the hostname, but fails when trying to connect using an IP address instead. dns_cluster always tries to connect using the IPs which it...