Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@golang @ROTranslationTools @dcrypto @orijtech @census-instrumentation @opencensus-integrations

Popular repositories

  1. Forked from rakyll/drive

    Google Drive client for the commandline

    Go 5.7k 393

  2. Self Signed Certificate Generator

    Go 27 3

  3. Crawlers for mostly news providers

    HTML 12 6

  4. Mars Rover Photos Twitter bot

    Go 6 1

  5. Cross-platform hybrid of Unix utilities 'grep' and 'find'

    Python 5 3

  6. A Twitter bot that tweets popular YouTube videos of the day.

    Go 4 2

Contribution activity

December 2020

Reviewed 2 pull requests in 2 repositories

Created an issue in cosmos/cosmos-sdk that received 4 comments

x/upgrade/types, all: use of time.Time.IsZero() only works for zero value created variables, but will fail if from using time.Unix(0, 0); perhaps switch this check

Summary of Bug TL;DR: Let's change the calls from if time.Time.IsZero() to be if time.Time.UnixNano() <= 0 to ensure that values obtained from ti…

2 of 4 4 comments
10 contributions in private repositories Dec 1 – Dec 3

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.