Brendan Forster
                                            Brendan Forster
                                        
                                    Just a heads up - removing the namespaces is likely to cause a whole bunch of indenting changes to the test suite. It's a minor nuisance but things like `git...
@M-Zuber that's exactly the issue, and why I kinda put it aside when I started finding these 😢
> Is there a setting that prevents VS from tacking on namespace parts to match the file system? [Unfortunately it seems to be R# only](http://stackoverflow.com/a/6246679/1363815)
@M-Zuber assigning myself to look at this tomorrow
Before going too deep on this, I want to call out two things: - the work required to generate each search URL is already complex, and adding support for negation...
A couple of questions I have: - Are you capturing the rate limiting information when you encounter this error? I'd love to confirm that is reflecting reality so that clients...
It seems like this hasn't been added to the API, both for `Issue` and `PullRequest` responses. Marking this as `up-for-grabs` in case someone wants to have a go at adding...
@mptolly-takeda @IAmHughes thanks for being patient with me while I try and make time to review this. This is looking pretty good! Looking through the changes, I think the only...
@hnrkndrssn what's interesting about the response is that it appears to have a valid `X-GitHub-Request-Id`, meaning it did reach the GitHub infrastructure, but it also has a status code of...
> I'd be happy to do a PR to provide some better error handling for this scenario I'd love to review any improvements or ideas you have here