devict / hacktoberfest

Our own little local version of hacktoberfest
https://hacktoberfest.devict.org
4 stars 18 forks source link

Better lang filter #43

Closed aaronarduino closed 6 years ago

aaronarduino commented 6 years ago

This works better than my previous solution. Had too many problems synchronizing everything so I simplified it to the basics.

jcbwlkr commented 6 years ago

The base for this branch is pretty out of date with master on devict/hacktoberfest. You could try git rebase but you might have issues because we have already squashed in the first two commits from this branch. It might be easier to copy languageFetcher.go and issues.go from this branch to another folder, do a hard reset of the branch to devict/master, copy the files back, then inspect the diff and fix whatever's wrong.

aaronarduino commented 6 years ago

Cool, I'll make it happen.