Elan Feingold

Results 32 comments of Elan Feingold

It worked over here on macOS with node v8.1.3: ``` $ ❯ npm install > [email protected] install /private/tmp/webhooks-notifications/node_modules/mediakeys > node-gyp rebuild 2017-07-10 11:58:28.690 xcodebuild[49702:4344117] [MT] PluginLoading: Required plug-in compatibility UUID...

Ah yeah, it fails for me too on Linux with node 6.x, maybe it needs a newer node?

I should add I've been able to reproduce this behavior change on both macOS and Linux.

Sorry, I should have been more clear there; `onAborted` is _not_ being called in this example, so setting a flag wouldn't have any effect (I do set a flag in...

Thanks for the `wrk` recommendation, ApacheBench was more muscle memory to me than anything else 😅 And you're right, `wrk` does not trigger the issue. The interesting part to me...

I was running into a similar issue with trying to set `cardStyle: { backgroundColor: 'transparent' }` and failing miserably (causing a grey flash when browsing into/out of cards). I dove...

@Thomas-Negrault ~ i was confused at first too, but it does work.

I have this: ```js { if (this.props.toggleRowActive) { this.props.toggleRowActive(); } ... ```

I'm on Reanimated v2.2.4, react-native-web v0.17.5 and I still get an error: ``` TypeError Cannot read property 'previousStyle' of undefined ``` Anything obvious I'm missing? 😅