Michał Gutowski
Michał Gutowski
@trishume what do you think about adding more explicit error message which would be shown just before sending data to ups? Something like `missing parameter :origin_account`?
If this is not a problem I will try to create a PR fixing this issue tomorrow
@sobolevn I think i managed to add them, but lets say i'm not 100% sure about those. Looking forward for some feedback :)
@sobolevn when i'm running `poetry run pytest typesafety -p no:cov -o addopts="" --mypy-ini-file=setup.cfg` locally I get `830 passed, 1 warning`. Any ideas why does it fail on github?
@sobolevn i think I found it
I think `Setdefault` is already in the library, in the form of `value_or()`. With zip (or map_n) and filter I really think those would be valuable additions to the library....
Thanks a lot for the clarifications, I should take a look at the issue slightly later in the morning :) I am happy to implement `zip` and `filter`, for the...
@ariebovenberg Sorry I rushed a bit and started with `filter`, but there are plenty of other methods and I'm happy to share them with you :). My time is a...
I am happy to pick `zip`, but I would like to challenge that it should be only implemented for maybe. For result I would see it like this ```python >>>...
I will try to get the summary of finished tests