Gene Chudny
Gene Chudny
When referring to user's events, do you mean the following API: [list-public-events-that-a-user-has-received](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)? AFAIK there is no way to set up public webhooks to trigger events for specific users. According to...
Please see https://github.com/Microsoft/ghcrawler/blob/develop/README.md#running-in-memory: `Note that since you are running in memory, if you kill the crawler process, all work will be lost. This mode is great for playing around with...
It's probably too late but try using the following instead: ``` open: { dev: { path: 'http://localhost:3000', app: 'Firefox' } }, ```