Guy Kedem

Results 4 issues of Guy Kedem

The package `update-ca-certificates` [used here](https://github.com/davewasmer/devcert/edit/master/src/platforms/linux.ts#L36) is specific to debian, while most linux distributions use the [`trust`](http://manpages.ubuntu.com/manpages/bionic/man1/trust.1.html) package, which is also included in debian. The relevant flag being `trust --extract-compat`. We...

I want to require images using a function that constructs the image name. I know all the image URLs that would be required in advance. Should I use a code-gen...

I think it'd be convenient to support iframes. How about `gotoIframe(iframeSelector: String[, cb(iframeContext: Chromeless]): Chromeless` ? (If cb is specified we return original page context, otherwise we return iframe context).

help wanted
feature
API

If I create my fireprox proxy directly to www.example.com/subdirectory the request goes through. If I set the proxy to www.example.com and try to access .../fireprox/subdirectory I get 403: Forbidden. Any...