David Sanders

Results 117 comments of David Sanders

Seconded. I've got a project that was implemented with [convnetjs](https://github.com/karpathy/convnetjs/) because it needed to be run in a browser. It was trained on generated images for training data because no...

Adding more information discussed on Slack. Looks like the failures are related to oauth2 failures, with the goma client trying to refresh authorization when it shouldn't causing the failures: ```...

@MarshallOfSound, does `maintainer_can_modify` not allow the bot to do its thing? I think there's a real use-case for non-maintainers to want to use `e cherry-pick`, I know I had the...

The following assumes `maintainer_can_modify` can be tested and does allow bots with write access on a repo to push commits to fork PRs. If not, I think we could abuse...

> @dsanders11 There is no webhook, it all happens from the CI machine. Yes, I know it doesn't currently use a webhook, I was suggesting it could be changed to....

> Again, I'm not asking to grill you; I'm asking because I think I'm missing something and this PR doesn't make sense to me. 🙂 No worries, @codebytere had a...

@ckerr @codebytere @MarshallOfSound, this is all rebased and ready for review. Let's make a decision on this and pull the trigger before it goes stale again.

This looks like it's an issue on your specific computer. Googling the error code shows [this result](https://answers.microsoft.com/en-us/windows/forum/all/file-system-error-1073740791/d0532279-f1a7-4962-8927-4f31b9e00c02) which suggests it has to do with filesystem errors on your hard disk.

@tresf, yes, a full new `qz` instance. I was just pointing out the API probably should be object based. Unfortunately don't have the spare brain cycles to give any detailed...

@tresf, just chiming in, but if you're going to be rolling up your sleeves on the JavaScript API anyway you may want to consider using [Google Closure Compiler](https://github.com/google/closure-compiler) or [Babel](https://babeljs.io/)...