Jim Schubert

Results 114 comments of Jim Schubert

@johnnywang yes, the calls to get content don't read from PR branches. When you make an unqualified (no branch provided) call to the API for a file, it reads from...

Hey. I'm just now seeing this message. It didn't show in github notifications, and only saw it while cleaning up some of my 17,000 unread emails. Your first link doesn't...

Hey, Karl. I actually created this example and another one using Angular2 based on a discussion I had with a guy at work. We were tossing around some ideas about...

Thanks for the link. I saw you're invoking electron-packager directly. In this project, I created a [`build.js`](https://github.com/jimschubert/electron-aurelia-example/blob/master/build.js) script in the root which will simplify some of that work by pulling...

Following the [link](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md) in the message, you'll see the option `--disable-setuid-sandbox`. Did you try starting with this? It's not listed on https://github.com/atom/electron/blob/master/docs/api/chrome-command-line-switches.md, but it's worth a try. The message is...

@timwis sorry, I have just seen this issue. The native require support for electron, at least in the version this repo is based on, is for host paths not client...

I doubt there's a way to solve this, because the only thing the extension does is redirect which occurs before any CSS rendering. I'll play around with the prefers-color-scheme media...

NTR doesn't do anything related to the "chrome" part of the browser. In fact, extensions and page level access work in a completely different physical boundary in the browser than...

I don't use Windows, so unfortunately I can't help with this.

It's an unfortunate side effect of moving to Chrome's Manifest v3. Icons have always been necessary for the default new tab page, which is the core functionality of this extension.