Junmin Liu

Results 10 comments of Junmin Liu

I used node-contination-local-storage in the tutorial a while ago: https://github.com/junminstorage/opentracing-tutorial/blob/master/nodejs/lesson04/solution/hello-context.js

node-cls support was developed in 2012, supported 0.12.x, and is very lower level library, The latest nodejs has async hook for any application level library we want to use like...

The following works for me in latest WSL: ``` npm install puppeteer sudo apt-get install chromium-browser const puppeteer = require('puppeteer'); (async() => { const browser = await puppeteer.launch({executablePath: '/usr/bin/chromium-browser'}); console.log(await...

It used to target 'dist' but got changed in #683 with the reason specified in the PR. Without affecting current setup, could we build to both folders?

@ShaneKeney , once the https://github.com/graphql/graphiql/pull/1806 is merged and changes are released, I will get PR https://github.com/graphql/express-graphql/pull/739 ready for review within a week or so.

PR is here: https://github.com/graphql/express-graphql/pull/755. @acao can you take a look at it?

@ShaneKeney we release new version which should support your use case. let us know if it works for you.

@acao @IvanGoncharov can you help with the release?

@acao @IvanGoncharov can you help with the release? If possible can you grant me or some of us here willing to help the permission to release?

@perrosnk @KieronWiltshire and others Please see my comment here: https://github.com/graphql/express-graphql/issues/390#issuecomment-371269023