Jared Rewerts

Results 77 comments of Jared Rewerts

[Here](https://docs.npmjs.com/misc/scripts) is NPM's docs on it. This seems to work for me. It automatically builds the project when I run `npm install`, which is convenient. I'm still not 100% on...

After looking at this a little more closely, it looks like our old approach was to require a callback. If a function was provided as the options param, we would...

It should be able to work in a browser, but keep in mind risks associated with having your GitHub credentials exposed in a client app. GitHub throttles unauthenticated API access,...

There is a PR for this in #483. Feel free to address the feedback and reopen. If no one gets around to implementing this, I'll probably get to it eventually.

@DanielRuf I'm running into some issue with Nock I just can't seem to sort out. When I run the search tests on their own, my new test passes. If I...

@clayreimann Feel free to assign this to me.

@clayreimann @CodyGramlich any idea how we would run tests on this? Seems like it may not be doable? Does GitHub provide any service you're aware of that would make testing...

It seems like it could be possible. I'll sit on this for a bit and try to get something workable together.

This seems like a good idea. Prior to merging, we should set up a test org to actually run this test with successfully.