Todd Morrison

Results 22 comments of Todd Morrison

note above, you might want to use the `resolver` syntax: ``` javascript 'use strict'; const nodelibs = require('node-libs-react-native'); nodelibs.vm = require.resolve('vm-browserify'); module.exports = { resolver: { extraNodeModules: nodelibs }, };...

I would love to see the branching APIs as well.

@ncolton, take a better look at the error. "From name" is the " Send As" field in the global plugin configuration. Maybe you can try shortening that value? Also note,...

I tested this on the last 4 versions of Jenkins... For some versions, you need to wrap the "Send As" value with quotes.

Ran into this starting up an express process in the background. Adding something like `sleep 10` after the `&` works, but it seems to be relative to the OS-level process...

Seriously consider JugglingDB. The migration from Mongo is pretty darn similar and it will allow consumers to use their adapter pattern for momento. Keep up the great work!

It looks like you don't have Gyp installed

This would be a useful component for my purposes if we could do the glob inline. +1 for adding support for that.

It doesn't. But, if you want to submit a PR, start by extending `_handleMoveShouldSetPanResponder` with: ``` _handleMoveShouldSetPanResponder = (event, gestureState) => { return Platform.OS === 'web' ? gestureState.numberActiveTouches > 0...