John Barker
John Barker
> In the meantime, I'd love to know: what kind of Discussions info would be valuable to integrate with Slack? 1. Discussion creation 2. Personal replies (mentions) 3. Discussion closed...
> probably a good idea to make it work so plugins/library can use private to configure their behaviour without leaking assigns I assume we'd want to model the same behavior/expectations...
With `.credo.exs` `excluded` config left empty, and running your suggested code: ```elixir iex(4)> ["--strict", "--all", "--working-dir", File.cwd!()] |> Credo.run() |> Map.get(:files) %{ excluded: [], included: ["lib/**/*.{ex,exs}", "test/**/*.{ex,exs}", "config/**/*.{ex,exs}"] } ```
> @ianko we need a change in bandit and some refactoring to sign off on making it an option as it currently degrades the default behavior of the phoenix instrumenter....
The issue appears to be due to parsing the request's response twice. I have a PR to resolve this: https://github.com/jeffweiss/forcex/pull/41
Add Safari Version 7.0 (9537.71) (Mavericks GM) to the list of not working either.
@edgurgel, great work on 1.0.0! I’m really excited about the changes. I have one question though, regarding custom tags. If you had previously defined some custom tags with a very...
Thanks @edgurgel! I don’t think migrating from our custom object syntax to using the standard syntax is an issue. I was more concerned about our use of the parameters in...
> Great! In fact I might add a similar custom tag as an example to the tests as it's a good real world example. If it's any value, here is...