Michael Crumm

Results 23 issues of Michael Crumm

Similar to the [`@tmp_dir` ](https://github.com/elixir-lang/elixir/blob/e5a2f71e1b0a9a9f3db8fdc4e64ce1401b767f39/lib/ex_unit/lib/ex_unit/runner.ex#L382) attribute from ExUnit, we can cleanup the save_path when the screenshot server starts.

First, thank you so much for all the work to get #1411 merged! I realized only too late that there was a small typo in my initial version that has...

I am sure to be simplifying a bit, but I would like to explore adding a config option for `dark_mode` that is a boolean and we load a CSS file...

design

_**EDIT:** I never bothered to add a description here because I assumed I would handle the implementation. That was clearly a mistake so I am adding a description now._ My...

The unit label on the y-axis and in the legend is confusing for a counter, since the values are simply positive whole numbers.

### Environment * Credo version (`mix credo -v`): 1.6.2 * Erlang/Elixir version (`elixir -v`): 1.12.0 * Operating system: MacOS ### What were you trying to do? First, thanks for all...

### Environment * Elixir version (elixir -v): `Elixir 1.11.1 (compiled with Erlang/OTP 23)` * Phoenix version (mix deps): 1.5.9 * Phoenix LiveView version (mix deps): 0.15.7 * NodeJS version (node...

I am thinking we could display the [`status-online` icon](https://heroicons.com/) in place of the duration measurement when the liveview is connected. (Something like `.phxweb-toolbar-view.phx-connected .phxweb-toolbar-live{ display: inline }` and hide the...