Kerry Buckley

Results 3 issues of Kerry Buckley

I created a clean Mix project (Elixir 1.2.2, Erlang 7.2.1, Mac OS X 10.11.3), and added webdriver as a dependency. Running `mix deps.get` and `mix`, I get the following error:...

Since `def` started returning the method name, it's been possible to define private (or protected) methods like this: ``` private def foo # ... end ``` I'm not sure this...

It looks like Hammox doesn’t currently support typespecs that use `MapSet.t`, because these use Elixir’s `:sets` module internally, and that declares its types as records. I’ve created a [trivial project](https://github.com/kerryb/hammox_mapset_issue)...