Aaron Tinio

Results 19 comments of Aaron Tinio

Thanks @lukaszsamson for all your hard work that you make available to anyone for free. :heart:

Thanks @adorechic. I'll take a look at this hopefully this week.

I got it to work using: ```elixir use Hound.Helpers hound_session(driver: %{chromeOptions: %{"args" => ["--headless", "--disable-gpu"]}}) ``` But I think this replaces the `"args"` set by `Hound.Browser.Chrome.user_agent_capabilities/1`. So I guess this...

I'd like people to be able to do this using text-table but I haven't decided on the best way to do it. One of the things I've been thinking of...

Thanks for the PR @mikecarlton-illumio. The request to be able to colorize the cell contents has come up before. I've been wanting to add this feature and I've been thinking...

I switched to using certbot and found out that the challenge failed verifying mydomain.com even if I was trying to get certs for mysubdomain.mydomain.com. After making mydomain.com reachable (for now,...

@mplatts, I got this to work: ```elixir use Phoenix.Component attr :rest, :global, doc: "the arbitrary HTML attributes for the svg container", include: ~w(fill stroke stroke-width) attr :name, :atom, required: true...

This happens to me too, but intermittently. I have the same versions of Erlang, Elixir, tzdata and hackney as @dabaer.

This one did make the Order module recompile whenever `_build/classes.txt` or `_build/variants.txt` change. However, it only did so when `mix compile` is run but not when only `mix format` is...

Btw, I tried adding [`__mix_recompile__?/0`](https://hexdocs.pm/mix/Mix.Tasks.Compile.Elixir.html#module-__mix_recompile__-0) and it didn't help.