Julian Gruber

Results 317 comments of Julian Gruber

Yes I'm definitely interested in supporting private repos :) Hopefully this will just mean adding some means of authentication and talking to a different api endpoint.

Glad to receive help here :)

That's great! I haven't checked out travis' private repo api yet, but we're instantiating the travis api module [here](https://github.com/juliangruber/travis-watch/blob/master/index.js#L11) and then are using it through the 163L of logic in...

I assume that's on mac OS, right?

I can reproduce this on my mac

I think the fix is switching to https://github.com/juliangruber/just-launch, as browser-run has been unmaintained from time to time and with the new approach we can easily maintain individual browsers.

I agree, this is confusing, and ideally electron would have source map support too

These work in browser-run (https://github.com/juliangruber/browser-run/blob/master/test/electron.js), which this is just a wrapper of. Can you share a reproduction case? :)

I currently don't have access to a windows machine (my GPU is being repaired), so I'll try to guess debug this. Could you try this suggestion? https://github.com/electron-userland/electron-prebuilt/issues/260 Also there's https://github.com/GoogleChrome/puppeteer/issues/1837