Results 150 comments of Stijn de Witt

@valotas Can you share your ideas for the logging?

@valotas In the meantime I built a logging library especially for libraries. It is only ~360 bytes minified and gzipped. Would it be an option? [**`anylogger`**](https://npmjs.com/package/anylogger)

It might be helpful to look at some actual projects, but I can understand if it's too much :) - [solids](https://github.com/download/solids) (contains the .scss files and .js files with the...

I created a new PR. I processed your feedback and implemented the `log` option as well.

Can you make a [JSFiddle](https://jsfiddle.net/) demonstrating the issue?

Yes, I can confirm this issue in Microsoft Edge as well. Thank you for making a reproduction. This is interesting. The relevant code in Flip is [here](https://github.com/nnattawat/flip/blob/master/src/flip.js#L193) As you can...

Cool! I'd be glad to help where needed. I just can't take the lead in this. Good luck!

Yes. I think actually the problem is in the line above, that indicates that the dom object is _not_ being hovered, even though it is. Question is, is there another...

Mmmm yes. This looks to me like you are attaching the listener twice... The code should be doing effectively the same as just uncommenting the hover detect right? Still it...

No I don't think so. Have a look at the source code. Flip is not that big. Maybe you can find a way to add it in.