Max

Results 387 comments of Max

Great idea! Thanks for your time.

https://github.com/matthieua/WOW/issues/61#issuecomment-45722538

right. I'll check what give the best result next time I'll use that lib :) (after handling #1 & #2)

PR welcome. That said, I won't that to be the default behavior as many people like this feature. It's handy to push to npm some generated files (eg es6 to...

What do you mean by check? --dry is not enough?

This is a good idea, we should check that we are on master (or any user defined via a flag) branch. PR welcome. Or maybe I will handle it some...

Did you guys try with just one or 2 others svg icons from iconmonster for example ?

I tried to replace a React Native ActivityIndicator with this simple code, but it doesn't work out of the box as expected. with this simple code ```tsx import { CircleSnail...

Not sold on this. Touchable could have onTouchStart, onTouchEnd etc. onPress is like "onTouch" but without thinking about start/end. Imo it's better to keep it this way.