Marco Wettstein

Results 325 comments of Marco Wettstein

I am currently on chrome 52 beta and having this issue. position:sticky seems not to be supported yet on chrome 52 (OS X)

> Just switch to https://github.com/omgovich/colord similar api, better performance, smaller size thanks! In my case i just needed to convert hex to rgb, i used https://github.com/sindresorhus/hex-rgb for that, but its...

> The maintainer is kind of stubborn, but hey, anyone is free to fork this and fix that 1 char issue. actually a lot of people did ;-) It must...

looks like this project has been hijacked ;-) new telescope is here: http://vulcanjs.org

I was a bit surprised by this. Wouldn't it be more logical that all Forms declare this provider with the default AutoField? And if you would pass `autoField` as prop,...

changing that is probably a breaking change, maybe there is a way to opt-in that the componentDetector is always called? Some flag?

maybe that could be a property of the bridge? `componentDetectorMode: "ifNotSet" | "always"` ifNotSet: calls the dector only if field does not specify `component` (default behavior like now) always: always...

just found out about that feature :-D sad that it does not autocomplete in vscode

ok problem is, because after update, `scrollToIndex` does not respect array size. It should limit `this.props.activeIndex` to the bounds of the array

yeah, expo's arkit demo is pretty cool and using threejs has surely some advantages. react-native-arkit is based scenekit and arkit directly. So it is both an abstraction layer over scenekit...