Timo Bakx

Results 8 comments of Timo Bakx

I agree with @dunglas on this. A decorator would work better for most cases. The only case in which a `POST_READ` listener would be a better option is if you...

Hello. One more set to test for: `['kies', 'kiezen'],`. I'll check if there are more things to add tomorrow, if that's okay. Thank you for your work on this!

There is a lot of work still ahead. I think it would be best to implement more rules before merging this. I would love to help out if you want....

> I'm not sure `Map` is the right prefix for that. > > We use `Map` as prefix for our argument value resolver attributes, because they are about configuring a...

@stof I renamed the attribute to `#[SerializeResponse]` and removed the conditions. Unit tests will fail until this PR is merged (and due to some unrelated deprecations).

I've updated the attribute to include a format (defaults to json) to allow other serialization formats as well.

Talked with Nicolas, one of the current drawbacks is that the event listener would be triggered on **all** responses. Including the ones we don't need to listen to. If we...