Adam Duro

Results 22 issues of Adam Duro

I am trying to edit a file that has a block like this ``` const reducers = combineReducers({ app, home }); ``` I have been able to add a new...

I pulled this cookbook from the Supermarket, and the config file template that comes down looks like this: ``` # The `common' part is automatically included (and possibly overriden by...

Any plans to get this bad boy working with Backbone 1.0??

Sorry if this is a poor place to leave this question, but I am lost trying to find answer anywhere, and you guys know your type-fu. I'm trying to create...

enhancement

## Summary The code expects the property to be "locations" with an "s", but the props do not include the "s" ## Changelog [General] [Fixed] - Corrected types of linearGradient

stale

# This is a Bug Report ## Description For bug reports: * What went wrong? On latest version of plugin we are now getting an error on package: ``` Invalid...

need more info

## Type of issue Security warning from Github around the `shelljs` dependency of `yeoman-gnerator` ---- ## My environment * *OS version/details*: `eg. Windows 10 64-bit` * *Node version:* `x.x.x` (run...

I seem to be getting a compiler warning when I try and do the following: ``` export const BGImage = G(ImageFadeIn)({ width: '100%', height: '100%', position: 'absolute', borderRadius: OUTTER_BORDER_RADIUS })...

typings

I want to reset the form to empty on an action. I realize I can just pass an empty object to the model property that I am using, but this...

But as soon as I scroll even a little bit down, taps will trigger onPress in the children? Any idea what could cause those events in children not to fire?