Please turn JavaScript on
Elixir Programming Language Forum - Latest posts icon

Elixir Programming Language Forum - Latest posts

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  51.89 / day

Message History

LV doesn’t really have that kind of error handling. It tries to resolve errors the same way supervisors do - trying again. This is useful for transient errors like an api being down or some temporarily wrong value slipping into your state. Knowing when an error can never be resolved by retrying is not really possible.


Read full story

Just edge cases in the code that we have not tested before and faced on production, liker accessing structure attributes that we nil and things like that. I know, this should be handled by unit tests, but it is a big system and limited developer resources.


Read full story

Yes, I’m very happy to. I don’t know exactly what you mean by ‘edit in the links to our talk threads’ but I’ll figure it out. I’m guessing it means promoting this post somewhere and I’ll take the job of getting it updated as bot messages roll in?


Read full story

Any idea why the liveview crashes? Might just be a handle_info or something you haven’t implemented


Read full story

Hi,

I’m currently in the process of rewriting our React app to LiveView. So far, everything is working well, but I’ve run into an issue.

When I feature-switched the first users to the LiveView frontend, some of them ended up in an error loop. The view kept crashing during rendering and restarting repeatedly, generating a large number of error logs and leaving th...


Read full story