Chang Wang

Results 35 issues of Chang Wang

- [ ] posters around downtown tech offices / schools / coworking spaces - [ ] Devhub - [46 Spadina Ave](https://www.google.ca/maps/place/46+Spadina+Ave,+Toronto,+ON+M5V+2H8/@43.6446249,-79.3951973,17z/data=!3m1!4b1!4m5!3m4!1s0x882b34d9722eda7b:0x4f8d732be5859e7f!8m2!3d43.6446249!4d-79.3951973?hl=en) ([JS Code Club event location](https://www.meetup.com/torontojs/)) - [ ] Amazon...

https://www.npmjs.com/package/event-emitter https://www.npmjs.com/package/eventemitter2 https://www.npmjs.com/package/eventemitter3 for eventemitter 3: > Domain support has been removed. We do not throw an error when you emit an error event and nobody is listening. The newListener...

Hi there, Love the plugin, will save us a bunch of time ❤️ (sometimes we see a spinner and have no idea which request is causing a timeout) The generated...

Type: enhancement

http://mzabriskie.github.io/react-disqus-thread/example ![image](https://cloud.githubusercontent.com/assets/743976/25881324/41a81934-350a-11e7-8f38-4630e8d6273d.png)

I'm on Safari 9.0.3 and the demo does not work Safari's supported webgl since Safari 8 so I don't think it's lack of webgl The video does not seem to...

`waitForDevtools` never stops waiting if browser was created with options of ({show: false}) getHar also returns nothing in headless mode

bug

```diff const REQUEST_FINISHED_URL = 'chrome://version?get-har' let send = (channel, msg) => { window.chrome.devtools.inspectedWindow.eval( `__nightmare.ipc.send("${channel}", ${JSON.stringify(msg)})` ) } let sendHAR = () => { window.chrome.devtools.network.getHAR((har) => { console.log('sendHAR'); har.entries = har.entries.filter((entry)...

Was ecstatic that this project exists Then crestfallen to find it follows that hackernoon article's interpretation of "fractal" Would hugely appreciate an option to configure the rules to be a...

### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...

🤞 phase/open

I'm looking at a node/express/mongoose [tutorial](https://gist.github.com/pixelhandler/1791080) where you could do this ``` javascript var Images = new Schema({ kind: { type: String, enum: ['thumbnail', 'catalog', 'detail', 'zoom'], required: true },...