Utkarsh Upadhyay

Results 48 comments of Utkarsh Upadhyay

This looks very cool indeed: GraphQL wasn't available when I had initially written the bot. :) I don't see a rewrite being a problem at all. Also, a cursory glance...

The bot can be run with `--only-save` option to update the local DB: https://github.com/musically-ut/first-timers-only-bot/blob/7438415d15e4a6f54666230a7aff46c35df44942/first_timers/run.py#L15-L17 Thereafter, it'll only report the new issues which appear with the label `help wanted`. If you...

This sounds like a reasonable thing. The only problem is the 140 character limit. I have had to do some gymnastics with the tweet text: https://github.com/musically-ut/first-timers-only-bot/blob/a25545b2c14974b3c37ab504a65d9df63ab5bf7a/first_timers/first_timers.py#L66-L70 I'll keep the label...

CamelCase also saves some characters. :)

@archime Thanks for pitching in! Things have evolved a bit since the issue was originally posted. As a response to the discussion in #3 , we ended up removing the...

It looks like a `libarchive` installation issue; that it couldn't probably find `archive_7z` for loading. The first line of the Traceback should contain the exact error. Are you trying to...

Curious. On your Ubuntu machine, can you try: ``` sudo apt-get install libarchive-dev ``` and then try running the script again? If that fails, it may be necessary to give...

Thanks for the translation @L-M-Sherlock! Were you able to reproduce the results on the older version of Tensorflow, before the translation? I'm travelling at the moment, let me get to...