J Rob Gant

Results 109 comments of J Rob Gant

Would a separate module allow SVG to be selected from ImageChooser?

Sorry, I suppose the ticket has moved on from this, but originally the solution was a new module for SVG support. I understand that the current decision is to rasterize...

@gdgupta11 You can setup an inflection on your schema to handle dash conversion in field names: https://marshmallow-jsonapi.readthedocs.io/en/latest/quickstart.html#inflection This is how I've implemented that: https://github.com/rgant/saas-api-boilerplate/blob/master/ourmarshmallow/schema.py#L57

I've documented my implementation of integrating marshmallow-jsonapi and marshmallow-sqlalchemy: https://github.com/rgant/saas-api-boilerplate/blob/master/ourmarshmallow/README.md I have decent test coverage and am not seeing any issues like @ZeeD26 or @jjb122 were. I've used a previous...

@sloria I'm a bit hesitant to just add my one-true-way of integrating marshmallow-jsonapi and marshmallow-sqlalchemy to the documentation here without oversight and review. Interest was expressed in my repo, and...

There didn't seem to be any interest and I haven't made this a priority @jmehnle. I'd need to go through 2 years of Marshmallow updates in three projects to get...

Very Helpful. Thank you!