Stephen Rosen

Results 104 comments of Stephen Rosen

It's possible to do this in a separate lib, but if it's not going into the core, then the solutions of using a custom base schema or writing a schema...

I don't want to nag about this issue, but I also feel that the first draft of this put it on poor footing by adding a lot more API surface...

@wanderrful, you commented while I was doing a refactor to make this (hopefully) worthy of consideration. But my intent here is to provide propagation as an option which you can...

I realized after posting that there's a lot more going on in my code than just a `Raw` field to handle the `missing` that comes through -- multiple nested schemas...

Yeah, I realized that I was trimming too much context from my example. There wasn't in my particular case any actual need to use `missing`. I need to look more,...

That's a good approach! I've been somewhat disappointed with the publicly available actions for publishing to pypi in the past. They just don't seem to offer very much in exchange...

From #687 , there was a question of how to make the release step depend on linting. In the flask-smorest build-release workflow, this is done with `needs`. I think that...

I've put in a PR for this, with most of what I want in place. I'm going to see about doing a test version of a publishing build which pushes...

Reviewing existing issues, I believe this will also resolve #74 , since it allows `marshmallow.Schema._do_load` to be called.

Something which has been bothering me about this since I opened it is that `load` and `dump` were passing through arbitrary kwargs, which seemed odd. I just noticed that this...