-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve formatting ux #49
Conversation
httpref_test.go
Outdated
if actual != expected { | ||
t.Errorf("Expected %v, but got %v", expected, actual) |
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.
Can we use assert.Equal
here?
view.go
Outdated
// if background color intended | ||
// backgroundColor := "#353533" | ||
// glamour.DarkStyleConfig.Document.BackgroundColor = &backgroundColor |
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.
Please can this commented out code be removed?
This is a great addition to |
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.
Small changes required.
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 I have updated the code based on your reviews
Thanks for reveiwing if you had more of that let me know
Thank you for your contribution! As is traditional for me, please let me know you Twitter username (if you have one) for me to start following you. |
Thanks @dnnrly for meging my updates! |
No I hadn't Twitter(X) Account . But I Created one with this username : @Erfanm_2004 |
Hi @dnnrly,
As part of Hacktoberfest, I've made the following improvements based on the discussion in issue #40 (Additional formatting):
lipgloss
package.Please let me know if there's any additional feedback or suggestions.
#40
Thanks,
@Erfanm83