Samuel Hoffstaetter

Results 8 comments of Samuel Hoffstaetter
trafficstars

@mcandre Yes, this sounds like a useful change -- if you'd like to turn this into a PR, I'd be happy to merge it in

My team is also blocked from adopting black because of this issue.

@justanr Could you review the PR and let me know if this looks alright to you? We'd like to start using it to include enum fields in our autogenerated OpenAPI...

I added a fork (based on #25) that fixes this issue (while removing the load_by/dump_by ambiguity) at https://github.com/h/marshmallow_enum This issue hasn't been fixed/merged since 2018, so if anyone else needs...

Could you please merge this PR? We're also running into this same issue of being unable to export Enum values using apispec and marshmallow_dataclass. Would be fantastic to have this!

I added a fork (based on #25) that fixes this issue (while removing the load_by/dump_by ambiguity) at https://github.com/h/marshmallow_enum This issue hasn't been merged since 2018 -- so if anyone else...

@pklaus Could you please review & merge this PR?