Jake Lacey

Results 21 comments of Jake Lacey
trafficstars

@narendrashetty I found this issue to any idea what it could be would love to help solve it :)

So a little fiddling, I've found if you upgrade to `gatsby-theme-docz@next` it fixes this issue.

I'm interested in this, excuse my naivety but how does this differ to using makeExecutableSchema from apollo?

Thanks for getting back to me.... Sorry that was a typo a meant **server**. But let me explain a little further anyway. :) A authentication server which would receive a...

Any progress on this issue, its really unclear why this is failing ``` - uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.sha }} release_name: Release ${{ github.sha...

@patrickhulce don't know if you can help me here but I'm having trouble in getting this to work in docker also. I'm trying to run a script which launches chrome...

Thanks for getting back to me. `resp.body` looks like this ``` { Browser: '', 'Protocol-Version': '1.2', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome Safari/537.36', 'V8-Version': '5.7.492.63', 'WebKit-Version':...

yeah its a little weird because its not like the service at that URL isn't running from what I can see because if I remove `/version` from the end of...

Ahh interesting! Do you know how I can find the right chrome version? In my dockerfile I'm specifying puppeteer 1.0.0 but my package.json i'm using `^1.1.0`. ``` "chrome-launcher": "^0.10.5", "lighthouse":...