Chris McIntosh
Chris McIntosh
It doesn't look like `git_trace_set` is implemented for Rugged. Is that true? If not how does one activate tracing when using Rugged?
In some places we log exceptions and continue forward, here for example https://github.com/github/github-team-sync/blob/5d50752e9f1b812a9ddfe9f97ee666d3c3f349ac/githubapp/ldap.py#L87 Some of the errors printed currently are not that useful "mail" for instance when the actual exception...
Scenario: 1. I have created a macOS and an iOS project. 1. I make a code change that I am happy with using `briefcase dev` 1. I want to push...
I believe the `jest.setMock(..)` call on this line is not needed: https://github.com/jefflau/jest-fetch-mock/blob/master/src/index.js#L240 Due to the way jest mocking works (which is super unclear to me) we can't setup a mock...
**Describe the bug** Moonlight works great but if my machine has been running for a while it will give me a popup telling me that hardware decoding is not working....
Removing the initialization step in the bottom so that we can initialize with desired inputs in our webpages like so: ``` $(document).ready(function() { $('#topics').tagsinput({ delimiter: ' ' }); }); ```
[I know this is not for asking for help, but I went the Stack Overflow route and I did not get any (correct) answers, or I am just not smart...