Stefan Lapers

Results 5 issues of Stefan Lapers

Hi, Very small 'fix' to prevent calling emit on an undefined server. best, Stefan

Hi, I was wondering if with the current API it is possible to implement a parallel node. I guess with a parallel you will end up with multiple active leaf...

Found some time to investigate and I think `verify_ips` was trying to match on [:accept] instead of [{:ok, address}]. I assume the addresses could be different, so decided to reduce...

Hi, Thanks for putting out this library 🙌 . Reading the Builder docs, I expected that the following would allow anything to pass (since there is a fallback that resolves...

The following test: ``` test "users can login with email/password", %{conn: conn} do user = insert_user() conn |> visit(~p"/users/log_in") |> fill_in("Email", with: user.email) |> fill_in("Password", with: valid_user_password()) |> click_button("Sign in")...