-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add arduino language support #1173
Add arduino language support #1173
Conversation
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.
As I'm the author of this PR, I can't mark it as "changes requested". That's what I get for trying to help out 🤷 😆
Anyway, the ASCII art is too wide at 50 characters. We max out at 40.
languages.yaml
Outdated
{0} -+++++++++++++++ | ||
colors: | ||
ansi: | ||
- turquoise |
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.
- turquoise | |
- cyan |
Turqoise isn't an ANSI color. Cyan is probably the closest.
Made the ASCII smaller at only 40 characters wide + fixed the color.
{0} xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
{0} xxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
{0} xxxxxxxxxxxxxxxxxxxxxxxx | ||
{0} xxxxxxxxxxxxxxxxx |
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.
Still too wide due to trailing spaces 😆
https://github.com/o2sh/onefetch/actions/runs/6234189722/job/16922064863?pr=1173#step:5:575
@Sh4rk-Byte Sorry, I tried to be beginner-friendly by opening this PR for you, but it's kind of more trouble than it's worth on my side. I can't leave proper reviews, I wasn't able to mark this PR as "maintainers can modify this PR," and I've discovered that this PR is bypassing some security protections 😨 So are you OK with opening your own PR? I'm going to close this one to be safe. This has been a learning experience for me, too 😅 Feel free to ask me for help. I'd hate for your hard working making the ASCII art to be wasted 🙂 |
Resolves #1171
cc @Sh4rk-Byte