-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Show maintainer instead of author in lib manager #10849
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
Show maintainer instead of author in lib manager #10849
Conversation
✅ Build completed.
Please test this code using one of the following:
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10849-BUILD-985-linux32.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10849-BUILD-985-linux64.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10849-BUILD-985-windows.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10849-BUILD-985-macosx.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10849-BUILD-985-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
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.
Not strictly related to this change, but why does this if exist? Seems like you don't get a "More info" button/link when no author (or now maintainer) is set, but that doesn't make sense to me?
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.
You're right, it should be website != null && !website.isEmpty()
, I guess we may fix it together with this PR.
Great work Tooling team! 💯 🦄
/cc @luigigubello