Erik Trom

Results 44 comments of Erik Trom

perhaps there is a new issue or pr that was merged for this -- if not -- re-escalating it -- it would be very nice, at the least, to have...

~i tried to fix this with upgrading - i thought it worked, then i didn't, now i know upgrading the ws library and puppeteer does not actually fix this, although...

Fork puppeteer and update it’s ws dep to v4, use that fork within this package.json. Fyi

@crakoucas - yeah - u can use `waitUntil: 'networkidle0'` as well, i don't recall the exact difference anymore, might want to double check why there are 2 values for this...

@kexposito Some examples of tests, that run and can be linked to from the README would be awesome. There are some caveats beyond those you rewrote in your first commit....

try adding an inline style `touch-action: auto` to the input element(s), make sure the rendered dom shows that style last, if other inline styles exist on the node. let me...

> Is there a supported way to use ember-gestures without the fastfocus behavior? (The site I'm working on uses ember-gestures to recognize left/right swipes on one specific component, and doesn't...

fyi - spot on @nino - u may want to check git blame too as the dispatcher, IMHO has a bad if statement in the last refactor (slack peeps at...

I believe that has to do with the inline style property `touch-action: manipulation;` on input elements that is added by ember-hammertime (which ember-gestures uses) This article might be of use:...

Data Point: you get the same results if u run ember serve and comment out line 92490 of dist/assets/vendor.js, aka, `;module.exports = Ember;` - then visit localhost:4200/tests (without removing ember-runtime)...