Matthias Devlamynck

Results 6 issues of Matthias Devlamynck

In BaseForm, non_field_errors is supposed to return an ErrorList. The form renderer I'm using (https://github.com/dyve/django-bootstrap3) was complaining about not receiving the correct type so I had to correct it. I...

There is a subtle bug in the checkout address page. If: * first the `differentShippingAddress` checkbox is checked, * second a billing address is selected in the address book, *...

While converting my code to use elm-codegen I wanted to fix some small quirks of the rendering. Changes in this PR: * Hide module comment if empty * Remove trailing...

Some types defined in Component are used in signatures of exposed functions (for instance Textfield.render uses Component.Msg). Not having those types exposed make it difficult / impossible to build abstractions...

I'm trying to implement a reorderable list and I'm using `Position` to find if the drop needs to happen above or bellow the drop zone (which is another element of...

### Symfony version(s) affected Since 6.4.26, 7.3.4 ### Description When normalizing an object there are different results depending on the the way the fields of the object are accessed by...

Serializer
Bug
Status: Needs Review