Rubén Norte

Results 20 comments of Rubén Norte

> Maybe we should figure out a plan which allows us to run the test environment outside of the user sandbox? Totally. We've had other issues related to this and...

This is indeed something worth mentioning in the docs. Would you be interested in creating a PR? ;)

I just saw that https://github.com/mhart/alpine-node provides that kind of image (with the Node binary only). Maybe you can get some ideas from there.

@pesho I do see the value. You'd be reducing the image size by 40% (22MB from 54MB belong to npm and yarn in the Node 6.10 image). In some environments...

This may have been caused by the Hoek dependency, not hapi-swaggered itself. Do you use a Node version lower than 4? See this thread: https://github.com/request/request/issues/2772

I can see there's some visual effort needed to separate the alternatives of a ternary but I don't think the specific operator makes much difference: ```js const value = condition...

> Does this look about right @rubennorte? > > ```js > const ReactNativeFeatureFlags = require('react-native/src/private/featureflags/ReactNativeFeatureFlags'); > > ReactNativeFeatureFlags.override({ > // RuntimeScheduler processing the event loop will batch/dispatch rendering together at...

> Hey, I'm currently researching the topic and working on some kind of React Native RFC and I wonder if this issue scope also covers the event bubbling and propagation,...

I don't know why this wasn't closed automatically, but the change was abandoned.