-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
textWidth ignores leading and trailing spaces #8065
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
Conversation
reorder npm run commands to make p5.js-website update the correct ver…
Update README.md - 2.0 Info
…dd-HughJacks docs: add HughJacks as a contributor for code
…dd-jackeddielove docs: add jackeddielove as a contributor for bug, and doc
"Fix typo in directionalLight reference (main branch)" - processing#7743
Fix _isGlobal flag in ini method
Fix: keyTyped() can now accept the same char consecutively
Consistent `movedX` and `movedY` behaviour across zoom levels
Publish 1.x under r1 tag
…dd-clairep94 docs: add clairep94 as a contributor for code, and bug
mouse offscreen behaviors bugfix
…dd-MissTipo docs: add MissTipo as a contributor for blog, code, and 4 more
Replaced redundant else if statement with else statement
…_yarn/sha.js-2.4.12 Bump sha.js from 2.4.11 to 2.4.12
…_yarn/cipher-base-1.0.6 Bump cipher-base from 1.0.4 to 1.0.6
…dd-kangjung docs: add kangjung as a contributor for translation
Fix misspellings in comment
…dd-AlzaAlzaki76 docs: add AlzaAlzaki76 as a contributor for doc
…dd-hana-cho docs: add hana-cho as a contributor for translation
Update contributor_guidelines.md
🎉 Thanks for opening this pull request! For guidance on contributing, check out our contributor guidelines and other resources for contributors! Thank You! |
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.
Hi @Nitin2332 thanks so much for your work on this. Your work seems awesome, but the only problem here is that the changes which you have done does not point to 2.0 version of p5.js
For that, you just need to re-target your PR in dev-2.0
branch of p5.js.
Simply you can just close this PR and open a new one in dev-2.0
branch with the same changes. That should work and make your tests pass as well. Thanks.
Resolves #8052
PR Checklist
npm run lint
passes