Mitchell Hanberg

Results 181 comments of Mitchell Hanberg

I think the cleanest thing I can think of is ```elixir div let!: bar, class: "foobar", rest!: some_list do "hello world" end ``` Here, we can observe several things. reserved...

Hi! I'm currently on vacation, but I'll be able to take a look next week. If I don't chime in, by next weekend feel free to ping me.

Plopping this here for posterity: https://groups.google.com/g/ruby-capybara/c/pWJEk7y2NM8/m/-niMWeQTCQAJ

@superchris I believe shadow root functionality has been added to Chrome 101 (which I think will drop very soon), so it would great if this could be ported to using...

@superchris I think shadow root support is in the webdrivers now, would you want to take a crack at adding support for it? If not I can take care of...

This would probably be more helpful if the information is agnostic to the asset tool that is being used. Would you mind rephrasing the section to not directly mention esbuild...

As I understand it, this is a general limitation of running Wallaby tests async. I run those tests synchronously when a background process will be touching the db.

@bartblast can you confirm if you've set up the Ecto sandboxing in your test setup as described here: https://github.com/elixir-wallaby/wallaby#writing-tests

I think [this](https://github.com/phoenixframework/phoenix_ecto/pull/136) should close this issue. I'll test when I get some time.

@jorbs I have not. It seems that code has not yet been released to Hex either.