freshp86

Results 43 comments of freshp86

Actually this bug is more of an issue on a device that has both touch and mouse interfaces (like the Chromebook Pixel). Updated repro steps below 1) Navigate to the...

@mgiuffrida: FYI I am going forward with using `` in Chrome's MD Settings, where `dropdown-item` is our own CSS class used instead of `paper-item` (see [chromium CL](https://codereview.chromium.org/2143733002)). This seems sufficient...

Has there been any resolution/workaround here? Looking to possibly use this plugin, but all our Lit elements extend from a custom `LitElement` subclass, so it fails to find any errors...

Thanks for the suggestion. While the above would work, it would require a lot of renaming across the codebase so not ideal. An easier approach would be to directly patch...

Any updates here? The lack of TS definitions for v5 makes it harder to adopt this version in TS codebases. FWIW, the following patch seems to do the minimum work...

> we need to decide if to provide a fixed set of types as step 1, then move to typescript This seems like the best option to me. > ......

FYI, just created another similar PR at https://github.com/google/styleguide/pull/794.

Can you try with localhost instead of 127.0.0.1? The former works fine for me (and I can reproduce same errors with the latter). ![image](https://cloud.githubusercontent.com/assets/7547039/16214502/b5e8d97e-370d-11e6-9620-07acb3042c47.png)

![explanation](https://cloud.githubusercontent.com/assets/7547039/16204754/31d0aadc-36d5-11e6-80c3-acce5fcaa998.png)

Also possibly related bug at https://github.com/acornjs/acorn/issues/1289.