Alan Wright

Results 4 issues of Alan Wright

I read three mentions in one comment will prevent anyone from getting a mention in their inbox. This is currently the way to ask for multiple things in one comment....

bug
question

PRAW will soon depreciate this auth method. Switch to oauth2 or something :beer:

enhancement

I'm setting up clang-format with precommit hook in a repository on a windows machine and getting the below error emitted from the check-clang-format script. The file it's complaining about does...

Make a request for a genre and receive the top X rated. ``` //Returns top 'num' rated titles in the 'genre' genre GetTopGenre(string genre, int num) ```