Wanderrful

Results 10 comments of Wanderrful

Agreed that after a certain point, probably when blood level/health point is "too low" (maybe less than 50% as you mentioned) it shouldn't work. --- Edit: Maybe the probability of...

Found this issue while browsing `help-wanted` tags here on Github. It looks like the files linked above have since been moved or deleted, but the closest thing appears to be...

Here's another demonstration of this issue, as I just bumped into it as well here: ```python from dataclasses import dataclass import desert # similar to marshmallow-dataclass import marshmallow from typing...

Completely agreed, sounds good! +1 will greatly appreciate having Propagate as an option.

There's a similar discussion to this in the marshmallow-code repo: https://github.com/marshmallow-code/marshmallow/issues/1490

For what it's worth, my random two cents is that when we instantiate the `desert.Schema` in the first place, just as we can add `meta={"unknown": marshmallow.EXCLUDE}` we should also be...

+1 Also would like this to be standard behavior

FYI calling it a Service will conflict with the naming conventions of the `axum` crate, which uses that word for its transitive dependency crate, `tower-service`, and uses it as part...

+1 Would like to see this happen. Mocks of third party package classes are being flagged by Typeguard as being incorrect types because of the way I'm setting the Mocks'...

Unfortunately for me it seems to be a really weird edge case involving type expectations, because my attempts to reproduce it in a minimal way aren't working. I imagine the...