-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow comparing currency values to currency strings #2149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
do i read it right it only works with |
We would have to detect |
yeah i think it's the best to just make every int support this |
I don't think we can make every int support this though, without modifying python or something? |
I think adding comparison of return values to values decoded by the conversion manager for types like We already have custom |
yes, sure, i meant exactly this. and ints in events too. |
What I did
fixes: #324
How I did it
super simple int wrapper in a couple cases
How to verify it
Checklist