Anjou Low

Results 4 comments of Anjou Low

The issue seems to come from the fact that `Phoenix.Component.used_input?/1` looks at the field's `params` to infer if it has been used but they are not always set correctly here:...

Thanks for your answer and sorry for the delay. Perhaps I should add some context about why I need to do that; the goal is to have user-provided scripts that...

Hi, sorry... So we decided to serialize the table to JSON directly in LUA with a library that supports differentiating between empty objects and empty arrays, i.e. `{nil}` will be...

I think the problem with this approach in our situation is that it requires the writer of the script to maintain the `empty_encoder`, i.e they have to provide us a...