Mike Binns

Results 29 comments of Mike Binns

@Stratus3D We use `:cowboy_hander.execute/2` in [Flame On](https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on)

@lukaszsamson the last paragraph has steps to reproduce. Check out that repo and swap between the tags

Thinking more about the UX, I wonder if we kept the existing single "automatically fetch" option, and when it is unchecked, it alerts the user of pending changes, with buttons...

>On the server we'd map true (the old default) to "prompt". If we mapped all legacy values to "prompt" then those of us who turned it off because it was...

@binarylogic is this project still maintained? Just wondering what the prospects are of a release with this fix in them.

I would like to use the SHA to tag docker images. If I am reading this correctly, I could do that with this feature.

My vote would be for all `"~> 1.2.3"` but I think it depends on if my experience of always using `"~> 1.2.3"` is the most common case. It could be...

We ran into this, and the current fix we have is to run `mix git_hooks.install` whenever we get this missing dependencies error even after running `deps.get`.

I have been thinking about this one for a while. At first I was thinking how we could disable the warning automatically when an import overrides `length`, however then I...

@rrrene How do you envision Credo working in relation to the Elixir formatter? If we were to take the stance that "Credo complements the Formatter, and doesn't ever try to...