Still some conflicts I need to resolve. Any tips?
And wow, are there a lot of interesting #Gleam talks.
Hadn't planned for this, but looks like I'll be learning some more Gleam.
#elixirlang
Still some conflicts I need to resolve. Any tips?
And wow, are there a lot of interesting #Gleam talks.
Hadn't planned for this, but looks like I'll be learning some more Gleam.
#elixirlang
Performance of phoenix_test_playwright already pretty good.
Compared to official javascript client.
Many tests: browser re-use (experimental) brings slight boost.
Unclear if worth the complexity.
Do you need it?
github.com/ftes/phoenix...
#elixirlang
Performance of phoenix_test_playwright already pretty good.
Compared to official javascript client.
Many tests: browser re-use (experimental) brings slight boost.
Unclear if worth the complexity.
Do you need it?
github.com/ftes/phoenix...
#elixirlang
Our talk included a Live Demo with audience participation.
👇 More details about what Marcus and I did at Dev Connect OWL.
ftes.de/articles/202...
#elixirlang
Our talk included a Live Demo with audience participation.
👇 More details about what Marcus and I did at Dev Connect OWL.
ftes.de/articles/202...
#elixirlang
- ⚡️ speed up refute_has
- ✅ support bunx
- ✅ support phoenix_test 0.8
And other quality of dev-life improvements.
#elixirlang
- ⚡️ speed up refute_has
- ✅ support bunx
- ✅ support phoenix_test 0.8
And other quality of dev-life improvements.
#elixirlang
This really resonates with me, I have often wished for that.
youtu.be/MUqvXHEjmus?...
This really resonates with me, I have often wished for that.
youtu.be/MUqvXHEjmus?...
Tests may break in several ways.
- HTML boolean attrs like 'checked' rendered differently
- stricter CSS selectors due to lazy_html
- phoenix_test needs fix #45 (unreleased)
#elixirlang
Tests may break in several ways.
- HTML boolean attrs like 'checked' rendered differently
- stricter CSS selectors due to lazy_html
- phoenix_test needs fix #45 (unreleased)
#elixirlang
Returns the value of the nth expression in the history.
hexdocs.pm/iex/IEx.Help...
#elixirlang
Returns the value of the nth expression in the history.
hexdocs.pm/iex/IEx.Help...
#elixirlang
Your stack is too damn complex
Let it crash with Elixir
at #devconnectowl
Introducing #elixirlang and #beamvm to Java folks.
Will use @sasajuric.bsky.social 's "Soul of Erlang and Elixir" demo. Thank you so much!
Your stack is too damn complex
Let it crash with Elixir
at #devconnectowl
Introducing #elixirlang and #beamvm to Java folks.
Will use @sasajuric.bsky.social 's "Soul of Erlang and Elixir" demo. Thank you so much!
Error persists after re-running.
Worked last week, now failing (no other changes).
Not on all repos, maybe related to oban pro private repo?
Logs indicate url.host is nil - no idea which url though.
#elixirlang
Error persists after re-running.
Worked last week, now failing (no other changes).
Not on all repos, maybe related to oban pro private repo?
Logs indicate url.host is nil - no idea which url though.
#elixirlang
Lightpanda (WIP headless browser from scratch) explicitly mentions playwright as use case now.
Should be able to benefit in phoenix_test_playwright soon if we add websocket support.
#elixirlang
Lightpanda (WIP headless browser from scratch) explicitly mentions playwright as use case now.
Should be able to benefit in phoenix_test_playwright soon if we add websocket support.
#elixirlang
Well written, interesting conclusion.
Well written, interesting conclusion.
Still seeing a 401 for oban repo in the logs. And it seems to bleed into unrelated dependencies.
Looks like there is some concurrency and event handling, and error events are sometimes attributed to the wrong dependency.
Still seeing a 401 for oban repo in the logs. And it seems to bleed into unrelated dependencies.
Looks like there is some concurrency and event handling, and error events are sometimes attributed to the wrong dependency.
I just published "Beyond data-confirm".
Spice up those boring alerts to match your design system, with just a few lines of code!
👉 ftes.de/beyond-data-...
#ElixirLang #UX
I just published "Beyond data-confirm".
Spice up those boring alerts to match your design system, with just a few lines of code!
👉 ftes.de/beyond-data-...
#ElixirLang #UX
github.com/ftes/phoenix...
github.com/ftes/phoenix...
Manipulate cookies. Use case: fast non-UI log in (thx @peaceful-james)
New option browser_launch_timeout: more fine-grained control for CI (thx @tylerayoung.com)
#elixirlang
Manipulate cookies. Use case: fast non-UI log in (thx @peaceful-james)
New option browser_launch_timeout: more fine-grained control for CI (thx @tylerayoung.com)
#elixirlang
@tag trace: :open opens up the trace viewer automatically after the test finished. Just released in v0.1.5
@tag trace: :open opens up the trace viewer automatically after the test finished. Just released in v0.1.5
Powered by PhoenixTest + trace.playwright.dev
Great tool to debug feature test failures in CI.
#ElixirLang
Powered by PhoenixTest + trace.playwright.dev
Great tool to debug feature test failures in CI.
#ElixirLang