Michael Brooks

Results 27 comments of Michael Brooks

Awesome @gtanner! @jantimon I'm running into 2 failed tests on my end and I'm curious if you can help me through it. ```bash $ node --version v12.19.0 $ npm test...

Hi Michał, When thumbs.js first came about, there was no standard for touch events. Webkit on Android, BlackBerry, and iOS all implemented the touch details differently. Since I only needed...

Hi @iconicsammy, Does this example help you: https://github.com/mwbrooks/thumbs.js/blob/master/example/index.html

It looks like the `touchstart` and `touchend` don't fire on Chrome 32 OS X either. I also don't see touch emulation in Web Inspector anymore. I wonder if that's at...

Good point. Originally I was thinking of adding it to `dominator.destroy()`. I suppose it's a questions of: should Dominator clean up after each chained sequence of assertions or after each...

Hi @s2young, The feature is a little off the rails, but if you have a use for it then I imagine others do as well! Here are a few points...

Hey @djbensono, thanks for the details! Following your steps, I was able to recreate the error on a Windows machine: 1. Add the following to `import_map.json`: "microsoft-graph-client": "https://esm.sh/@microsoft/[email protected]", "microsoft-graph-types": "https://esm.sh/@microsoft/[email protected]"...