-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix missing pow check for user profile creation #1711
Fix missing pow check for user profile creation #1711
Conversation
* Remove prefix in file names and leave only number. * Remove duplicated empty images. * Delete a selection of 16 background1.
Use an integer array instead of encoding the data into a long which added limitations and made the code more complicate.
Use SIZE instead of width()/height() methods
Add BucketGenerator Increase *_COUNT values by 1 (was wrong before to use max index)
7318049
to
02aaeb9
Compare
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.
utACK
I can't merge this PR due to merge conflicts. |
Use an integer array instead of encoding the data into a long which added limitations and made the code more complicate.
Use SIZE instead of width()/height() methods
Add BucketGenerator Increase *_COUNT values by 1 (was wrong before to use max index)
… into bisq-avatar-improvements
02aaeb9
to
811457e
Compare
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.
utACK
@alvasw Should be ok now |
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.
utACK
Fix #1693
Based on #1706 and #1703