Joined September 2013
·
Achievements
69 Karma
0 Total ProTip Views

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Python 3
Have at least three original repos where Python is the dominant language

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Beaver
Have at least one original repo where go is the dominant language
Thanks for this, it was helpful. There's a subtle bug here which is that values that contain an
=
sign are not properly handled. You need to change thegetkeyval
function to:Without this fix an environment variable created with
export VALUE=some=value
will end up assome
in the resultingmap
.