-
Notifications
You must be signed in to change notification settings - Fork 590
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 bug where width padding was applied twice #2
Conversation
Congratulations 😉 Before someone will dive into the review - with which backends did you test this? I'm expecting some differences (as I suspect some backends are buggy in this regard). |
Btw. are you willing to review PRs of others? If so, I'll invite you to become an organization member with admin rights. |
Tested with the x11_xft backend. I'll try other backends when I get time :) I'm not really interested in doing reviews at the moment. I'm also not too versed in nuklears codebase, so I don't think I'm qualified to review PRs :) |
Looks useful! |
The x11_xft backend is quite a good one, so I'd like to merge this. But anyway I'd like to have this tested with at least one more common backend (e.g. glfw) and I don't have time for that right now. Anyone?
Don't be so humble. It's not a rocket science - rather an opportunity to learn how others think about the topic and make the project thrive (as more people have more experience) and second to ensure formalities are met (e.g. version bumps, roughly code style, at least one review of code PRs, C89 compatibility, etc.). |
73fcb94
to
142e203
Compare
I have confirmed that this problem and this fix applies to the |
142e203
to
ebe7599
Compare
Mind changed. I wouldn't mind being an organization member. Reviewing and merging smaller scale PR's would help this project along i imagine :) |
Great news - invitation sent (if you didn't get any, just ping me). I'd like to encourage the "everybody is an admin, not just member" culture (so you're welcome to send admin invitations yourself at your sole discretion - I myself always try to look at their PR reviews before sending an invitation). I read your comments on the current PRs and very much thank you for the work! Hm, I though also we could make the statement from https://github.com/Immediate-Mode-UI a bit more specific in this repo (currently it says Changes to
Changes to other stuff in this repo (e.g. backends):
|
Yea, these seem like good points that should at least be stated somewhere easily available (the Readme is probably the best place). This information both helps reviewers look for the right things and contributes getting their stuff merged faster. |
@Hejsil could you amend then the review "rules" with your ideas and put it to readme? |
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.
LGTM and I'm happy to accept this 😉. Please update the version to the current master and let's merge it!
ebe7599
to
14dd68e
Compare
Let me be the first to open a PR on this new repo 🎊
Copied from here
Before:
After: