Closed stacksjb closed 5 months ago
Oh, and I forgot, please add a line to the CHANGELOG.md describing the fix.
Updates made
Sorry for the gajillion reports. Learning how to do upstream -> downstream merge and resolve conflicts, and then needed to learn to get it to run rust-fmt locally. I think I have a good build submission process now! (Submitted another PR to handle some pre-commit tasks if possible, I can rebase it once this goes through)
Sorry for the gajillion reports. Learning how to do upstream -> downstream merge and resolve conflicts, and then needed to learn to get it to run rust-fmt locally. I think I have a good build submission process now! (Submitted another PR to handle some pre-commit tasks if possible, I can rebase it once this goes through)
No worries at all, I just periodically check my github notification in the web browser and don't let it notify me directly. So you do you!
I use a rebase workflow and keep amending the initial commit, which makes it a little easier for me as long as I keep the PR size low.
Needs a rebase and conflict resolution
Fixing too large page size in terminal display when handing large lists/options.
I am still unsure of why in the code I need to do this (as it shouldn't be neccessary) but debugging shows the correct values and variables are coming through so fixing this for now as it passes all tests.