Erik Hanson
Erik Hanson
FWIW, I'm able to set a different browser path with: ``` config :chroxy, Chroxy.ChromeServer, chrome_path: System.get_env("CHROXY_CHROME_PATH") ``` in my own app's config.exs when using Chroxy as a library. Is the...
I had the same problem in the past, and my fix was what @PJUllrich recommended: make sure Chrome and Chromedriver are at the same version. Here's a bash script that...
I noticed that IO.ANSI isn't going to support clearing scrollback: https://github.com/elixir-lang/elixir/pull/10030 Perhaps there could be a second config like `config :mix_test_watch, clear_scrollback: `, where `option` could be `:macos_terminal`, `:macos_iterm`, any...
I created a new PR that allows you to specify the ANSI sequence for clearing the scrollback buffer, along with two presets: :macos_terminal and :macos_iterm2 https://github.com/lpil/mix-test.watch/pull/145
For simplicity, imageproxy uses curl to download the image and pipes the result directly into imagemagick. I can't off the top of my head think of a way to handle...
I have not had as much time as I had hoped to look into this. I still hope to find the time, though if anyone else is interested in having...
I updated the plugin on my computer to the new version and deleted my `.elixir_ls` directory, and then "Open Quickly in Symbols" started working. 🎉
I am looking to push this one forward a little bit... > It would be nice to have a default implementation of the caret, turned off by default but that...