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 upPinned
1,180 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 26 commits in 3 repositories
Opened 3 pull requests in 1 repository
downToMeet/downToMeet
3
merged
Reviewed 13 pull requests in 2 repositories
downToMeet/downToMeet 12 pull requests
- increase test coverage
- Filter canceled meetups on search
- Better, faster backend tests
- Generate frontend docs using react-styleguidist
- Increase coverage
- Fix search page bug
- Add edit meetup functionality
- Added redux
- Frontend tests
- Search page
- Meetup tests part 2
- Add testing framework and one meetup test.
acornjs/acorn 1 pull request
Created an issue in jackc/pgtype that received 1 comment
Constructor functions
Right now, many types have a "Set" method that allows conversion from a plain Go type to a pgtype. However, in practice it could be awkward to use.…