Steven Loria

Results 239 comments of Steven Loria

It's seems reasonable and common to represent "no data" in different ways (`""`, `None`, `[]`, absence), but it seems less common (and perhaps unidiomatic) to have multiple ways to represent...

Did you script out these github issues? 😅 ![CleanShot 2024-02-28 at 10 22 23@2x](https://github.com/marshmallow-code/marshmallow/assets/2379650/bbb82252-e014-4a62-9885-5dbdbb1d2261) I don't really have a strong opinion on this, but I lean towards simplicity in our...

I've been using the workaround in the [OP](https://github.com/spulec/freezegun/issues/307#issue-469349090), but it's no longer working as of https://github.com/spulec/freezegun/pull/369 , which is preventing us from upgrading to versions newer than 1.0.0

this would be solved by https://github.com/marshmallow-code/flask-marshmallow/issues/280 . closing this for now; let's have further discussion in that issue

closing; i'm happy to have request parsing functionality live in wrapper frameworks, as they already do in [flask-smorest](https://github.com/marshmallow-code/flask-smorest) and [apiflask](https://github.com/apiflask/apiflask)

closing for now as this has gone stale. please comment though if it's still an issue!

@RichardLitt Thank you for the suggestion. You make a good point. I like the idea of linking to a contributing document. We currently have developer docs, but as it stands,...

I mean "expose a hook" to users so you could do something like ```yaml repos: - repo: https://github.com/4Catalyzer/alembic-autogen-check rev: master hooks: - id: alembic-autogen-check ```

thanks! after reading https://github.com/joke2k/django-environ/pull/328 , i can see the value in this. and i like how you were able to implement this with relatively little code. just a few things...

Thanks for reporting! I don't have time to dig into this right now, but would def appreciate an investigation and/or a PR from anyone who'd be so kind