Diego Argueta

Results 6 comments of Diego Argueta

My platform differs from the OP but the result seems to be the same. This works: ``` aws s3 ls ... | grep ... ``` If I add `-q` to...

Good catch. I'll change the title of the ticket to reflect this.

> While interesting, I'm afraid this goes against the principles of cattrs. I understand that philosophy, and generally agree with it. I too try to avoid putting logic into my...

> Should you always rename a field? Or only for JSON output? [...] Which converters should do renaming? That is not currently handled in your example. For what I need...

This could probably be done as a separate library that generates factory functions for converters, instead of needing to be integrated into the main `cattrs` library.

> Not a fan of that approach :) I think annotations or attrs field metadata would be clearer and less boilerplate. Yeah this is one of those things where you...