Ian Duggan
Ian Duggan
This definitely surprised me. The checks are just for == against String.upper and String.lower, which don't do anything with symbols... ``` iex(3)> "[Option" |> Combine.parse(Combine.Parsers.Text.upper()) ["["] iex(4)> "[Option" |> Combine.parse(Combine.Parsers.Text.lower())...
This is working for me. I'm less familiar with erlang, so it might not be idiomatic. I looked into using proplists for the Options argument, but it doesn't seem to...
Here's a link to my slides.
Hi, I'm just wondering if @imkira and @Prendo93 (SparkLtd) are working together on the changes to (the now-divered?) go-libav projects? SparkLtd seems to be fixing bugs and adjusting APIs, but...
There are some semantic conflicts between rethinkdb default behavior on update and Ecto integration tests that will need to be resolved: See discussion here: https://github.com/hamiltop/rethinkdb-elixir/issues/115
Add the ability to have a .elm-reactor conf file along w/ a --proxy option that allows you to proxy ajax requests to an api running elsewhere. See EmberCLI for an...
Add the ability to have a .elm-reactor conf file along w/ --ssl\* options that allow setup of SSL. There are some other helpful flags for proxying secure apis as well....
Backbone's collection.fetch seems to pass a non-parsed result objet to fetchSuccess. It should probably pass the parsed version since that is what is defined to return the array which infiniScroll...
I would like to use Marker in a Phoenix project, but it seems that it does not know how to deal with encoding the result of phoenix-generate html (i.e. helpers):...
Add EHOSTUNREACH to list of errors to retry on. Still tries only 3 times.