Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
This accompanies the Egghead.io Course "Automate daily development tasks with bash". It's also a nice overview of common bash things that come up in front-end development.
-
This is the GitHub repo to accompany the Egghead Course "Build a desktop application with Electron"
-
Hide/show a component's children. It's like ng-show or ng-hide for react.
-
This repo accompanies the egghead.io course "Advanced Bash Automation for Web Developers"
-
Very basic example demonstrating communication between node.js and other processes using a named pipe or FIFO
18 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
Created an issue in react-hook-form/react-hook-form that received 9 comments
Forms can be submitted even when a field is invalid
Describe the bug On v5.7.2 and v6.9.0, a form can be submitted when a field is invalid. To Reproduce Steps to reproduce the behavior: Go to one of…