Steffen Deusch

Results 224 comments of Steffen Deusch

https://github.com/phoenixframework/phoenix_live_view/pull/3061 adds tests for form recovery

So the documentation for automated testing recommends to just mock the verification request, but all automated puzzle requests would count towards the limit. Don't you think that this is problematic?...

Thank you for the quick reply. We already worked around this by not including the captcha while testing, so that's not a real issue for us. I just think that...

I tried to reproduce your issue and found that this was actually fixed in 0.18.2, specifically by 1abc20ca63331df984471c9b8a4fbf4a6cae0469 that introduces streams and also changed the handling of pending transitions. If...

I think this was fixed via https://github.com/phoenixframework/phoenix_live_view/commit/2d5381834951c417107a3e6eba43c6a487e74afd

I tried to reproduce this, but I couldn't. The nested LC in the nested LV updates without problems. Here's a single-file script: ```elixir Application.put_env(:sample, Example.Endpoint, http: [ip: {127, 0, 0,...

LiveView 0.17.8 released in April 2022 added support for phx-change on individual inputs. Does this maybe resolve your issue? @justindotpub I'm seeing that your sandbox repo does not exist any...

This also fixes an issue I'm seeing where `get_polymorphic_type` returns nil when a map is passed (happens in a nested form).

I don't think that this is a bug. The sticky LiveView is sticky and therefore stays the same when navigating. The fact that the breadcrumb assign changes does not bother...

Not sure if that helps: there's also https://github.com/guillaume-be/rust-tokenizers that has an implementation of a rust tokenizer for both M2M100 and Marian.