Chris Geirman

Results 40 comments of Chris Geirman

I'd really, super appreciate that.

The answer @anton6 links to requires `react-native-camera`, but I'm trying to use this with `react-native-image-picker` and it's failing on iOS. I submitted a question on stack overflow. https://stackoverflow.com/questions/47086300/attach-image-to-email-in-react-native But the...

For more info (if needed), this came about because I needed to pass params down from a tab navigator to a child stack navigator. Here's a link to the stack...

Since you figured it out, maybe you could document it here for anyone who has the same issue and stumbles upon this thread On Tue, Oct 6, 2015 at 7:15...

Using DBMigrate/MySQL, can I set constraint on a column to make sure it's unique, such as email?

Thanks Troy, I've already done that. I can also set character length constraints in the model, but it's nice if I can also reinforce with a constraint in the table...

YES! +1 on this point. It's frustrating when something is half migrated because then it requires that the user figure out where it went wrong, then modify the migration pattern...

I'm seeing an issue with dbmigrate 1.0.1 and rc1. Not sure if it's a plugin or core issue. With RC1 installed, I wiped out my database and tried to setup...

Troy, I certainly understand how life and work can get in the way of these open source projects. Thank you for your response and whatever you find time to do....

I think this can be closed/deleted as it appears the changes have found their way into core https://github.com/cfwheels/cfwheels/blob/master/wheels/migrator/ForeignKeyDefinition.cfc#L26-L35