Henric Persson

Results 310 comments of Henric Persson

Yeah, it's slightly more involved. I'm happy adding a callback in the meantime. How about we call it `afterSyncComparison` to make it a little more obvious that it's only for...

Yeah it will be hard to get happo-e2e to honor the new `afterSyncComparison` callback. Let me work out a plan internally for the webhooks, I think we should be able...

Hi @matepaiva! This is a use case that I haven't come across yet. It totally makes sense, I'd be willing to accept a PR adding support for this. Essentially, we'd...

Nope, not right now. The main use-case for this component is to book a meeting, so to us it didn't make sense to be able to navigate back in time.

Hi @DevKarenC 👋 - sorry for the late reply. Right now it looks like the only way to clear everything would be to re-initialize the `` component. Selections are stored...

Hi! I'm not sure I'm following here. 🙂 What elements are being deleted? Can you share some code that demonstrates how you use the component?

Ah, I see - thanks! Right now I don’t think you can precent deletion. But I’d be happy to accept a PR making this change! On Mon, 11 Mar 2019...

This library has a history in the react-waypoints library. This is the commit that moves in react-waypoints in the direction of consolidated events: https://github.com/civiccc/react-waypoint/commit/99298d21408319a76ea9c8092fddb98d6009d503 Here's the commit where the code...

This is actually already possible if you set `prefersReducedMotion: true` for a target in .happo.js. E.g. ```js module.exports = { targets: { chrome: new RemoteBrowserTarget('chrome', { viewport: '800x600', prefersReducedMotion: true...

Docs are now updated: https://docs.happo.io/docs/configuration#target-prefersreducedmotion