Valentin Hervieu

Results 223 comments of Valentin Hervieu

Sure. See this sandbox: https://codesandbox.io/s/wizardly-thompson-g9lnh There, I don't import `Locale` however TS uses the one from `date-fns`. ![image](https://user-images.githubusercontent.com/2678610/66722464-68fee980-ee0e-11e9-98ab-0511f8d506fd.png)

I would even suggest to implement an `onSnapPointReached()` that would be triggered for bottom, top and each snap point. What do you think?

I faced the same issue and it was due to using the `video` option: ```ts use: { video: { mode: 'retain-on-failure', size: { width: 640, height: 480 }, }, }...

Do you have an ETA please? 🙂

Thanks for the answer. I missed this info, I'll give the next version a try next week then 🤞

I like this idea. We could add this behavior as a new option and make it the default. We would then release a new major version.

I think that @clemp6r proposal is good. We could change the default behavior to let all logs go to the console and only make the test fail.

I get the same exception on a Sony Xperia Arc S running 4.0.4. Would it be possible to simply catch this exception and do nothing?

Any update on this issue? @yesman82 this doesn't work for what mzgol wants to do: fire livereload before running the tests

Indeed, having all the conditions tied together doesn't seem right. Most of else should be removed I think. By the way, why are you using `cropSize` instead of `aspect`?