Kumar Harsh

Results 96 comments of Kumar Harsh

Thanks for reporting this. Can you raise a PR for the same after checking what is the behaviour in browsers which do support CustomEvent? I'm on a mobile so can't...

Thanks. I'll take a look at your commit in some time...

Flexbox works when you use autoprefixer `v6`, but after upgrading to v7, it broke for some reason. With v6, you need to specify this in your package.json: ``` { ......

Use https://github.com/Szpadel/chrome-headless-render-pdf It's based on chrome headless, and gives much better results. I started having problems with this library when running an older project. The phantomjs dependency was just not...

@Uni- I think EdgeHTML **does** support it... http://codepen.io/chriscoyier/full/ZQgvyG/ in Edge Mobile (W10M EdgeHTML 15.14965) ![wp_ss_20161223_0001](https://cloud.githubusercontent.com/assets/760112/21450867/7ea11666-c920-11e6-9823-9680470f19a4.png)

@Uni- oh yes, you're right. I didn't notice that. Let's hope something improves with Edge soon... Update: Filed a bug report: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10304656/

@Uni- I've verifiable information that Edge **does** support the whole spec. The only reason those examples don't render is because Edge wants everything after the `utf8` part to be escaped....

@KrisOlszewski @LeaVerou it's working for Edge mobile too ![wp_ss_20170214_0001 1](https://cloud.githubusercontent.com/assets/760112/22930786/06342d0c-f2e8-11e6-83da-ad039a54e51c.png)

@Menardi you can look into the closed PR #13 which had this fix for some pointers.

Yeah, that's why I just pointed to it instead of fixing it myself 😛 The diversion is mostly due to a rewrite in es6 I believe, but the core structure...