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.