Gary
Gary
When I call `getAccessToken`, I get the error `Invalid OAuth Request` from the Goodreads API. Could someone verify if it's still possible to use this Node library with Goodreads OAuth?
If the filename is `Reddit.ts` and `export = class Reddit {` is used, then `filenames/match-regex` fails, even though it's correctly named.
When exporting with `export default` from an `index.d.ts` file (TypeScript definitions), I get an error. But the error should be ignored for `index.d.ts` files, just like they are ignored for...
Whenever I remove a page from the Most Popular page, it returns immediately when I open a new tab. How can I remove pages from here permanently?
I keep get "Unable to authenticate" when I try to login to the iOS app. I know for sure I am entering my username and password correctly every time. The...
Is it possible to show the scores directly in the menu bar? Only of ongoing games. Is this possible in Electron? I've actually wanted to create something like what you...
After installing with `npm -g i nba-go`, I get the following whenever I run `npm list --global --depth=0`, at the bottom of the list (the message appears twice): ```bash npm...
For instance, today there are no games. So I run `ng g -t`. I can't select any games since there are none. It still asks me `Which game do you...
This is a relatively specific bug, but I figure I'd report it anyway. Follow these steps to reproduce the bug: 1. Install AdBlock Plus. 2. Install Fanboy's Social Blocking List...
**Context** I have a function that performs two HTTP requests. I'd like to use two nock fixtures, one for each request. However at the moment, the second `nock.back` replaces the...