I have started using my powers of being anal about documentation formatting to pray on tiny projects that have misrendered READMEs.
More like, I accidently stumbled on a project that made links like (this) [https://example.com] which won't be right with the space. So 1/4 PRs done :P
I'm passionate about learning about the new technologies whether that's the frontend or backend. I enjoy creating user friendly responsive applications. I love working in fast-paced environments and l
I'm passionate about learning about the new technologies whether that's the frontend or backend. I enjoy creating user friendly responsive applications. I love working in fast-paced environments and l
Ehhh, I'm not sure if I will get to Hacktoberfest stuff this weekend. It's the middle of project week, which I haven't started coding yet, and I have some freelance work to catch up on.
Worked on code-notes adding github enterprise gists support so if anyone here has enterprise please feel free to test it. github.com/lauthieb/code-notes/pul... Got a few other things to work on, and also need to get started on my game. 😭
This is Fix For #4106.
The current color-picker does not show a preview so it is hard to guess the color contrast. I added a preview (screenshot added below) which shows your selected colors.
Also, Added a <input type="color"> which makes it is easy to select the color.
Since there are other pages that depend on 'color-picker' class I did not change anything in colorPicker.js or any of the styles of current color-picker. I created a new file colorPreview.js and some new classes in html.
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Mobile
Desktop
Recording
Added to documentation?
[ ] docs.dev.to
[ ] readme
[x] no documentation needed
[optional] What gif best describes this PR or how it makes you feel?
My first PR To DEV!
I was not very sure if I could do this or not since DEV's codebase is probably the largest codebase I've ever worked on but now I'm super proud of myself to complete this 🌻
I have started using my powers of being anal about documentation formatting to pray on tiny projects that have misrendered READMEs.
More like, I accidently stumbled on a project that made links like
(this) [https://example.com]
which won't be right with the space. So 1/4 PRs done :Plol what did I read " Anal about documentation" , what does that even mean
Often short hand for anal-retentive. Can often seem like a negative ie nit picky or fussy, but is a godsend when it comes to documentation.
How many times have you come across docs where the instructions don’t work?
many times, of course, I didn't mean to offend anyone. But if anyone is offended I deeply apologize for that fact :)
I just got my first pr in for this year's Hacktoberfest, and it's to Kotlin!
github.com/Kotlin/dokka/pull/509
Ehhh, I'm not sure if I will get to Hacktoberfest stuff this weekend. It's the middle of project week, which I haven't started coding yet, and I have some freelance work to catch up on.
If only there was more time in the day!
Worked on code-notes adding github enterprise gists support so if anyone here has enterprise please feel free to test it. github.com/lauthieb/code-notes/pul... Got a few other things to work on, and also need to get started on my game. 😭
Sent a PR to DEV 🕺🕺
Fix #4106: Showing color preview in Edit Profile #4212
What type of PR is this? (check all applicable)
Description
This is Fix For #4106. The current color-picker does not show a preview so it is hard to guess the color contrast. I added a preview (screenshot added below) which shows your selected colors.
Also, Added a
<input type="color">
which makes it is easy to select the color.Since there are other pages that depend on 'color-picker' class I did not change anything in
colorPicker.js
or any of the styles of current color-picker. I created a new filecolorPreview.js
and some new classes in html.Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Mobile
Desktop
Recording
Added to documentation?
[optional] What gif best describes this PR or how it makes you feel?
My first PR To DEV! I was not very sure if I could do this or not since DEV's codebase is probably the largest codebase I've ever worked on but now I'm super proud of myself to complete this🌻
Me showing this code to everyone :
Validator.js and class-validator
Creating a dashboard with tailwindcss so I can work on my financial dashboard application.
currently contributing to any Javascript related repos, this is my first time joining, I kinda like it already. :D
Just finished building this Chrome extension to shave about 3 seconds off my Javadoc searches:
A Chrome Omnibox Extension to Search Oracle's Javadoc
Andrew ・ Oct 5 ・ 2 min read
I'm just working on a personal Blazor WebAssembly project.