Nicholas Koh

Results 43 comments of Nicholas Koh

@dflourusso appreciate your comments!

That's a good question, maybe we can think of it similarly to how column defaults are handled in sql databases? If I understood correctly, it will set defaults on update...

To clarify, if we are updating a column A, it shouldn't set column B to it's default value, even if it's empty? I agree, it seems like that's the default...

I think `create` attempts to [insert the given obj directly](https://github.com/dflourusso/expo-sqlite-orm/blob/master/src/BaseModel.js#L50), whereas `setProperties` only defines the defaults [within the constructor](https://github.com/dflourusso/expo-sqlite-orm/blob/master/src/BaseModel.js#L8) or [on save](https://github.com/dflourusso/expo-sqlite-orm/blob/master/src/BaseModel.js#L57)

It's possible to override the [template](https://github.com/reactjs/react-rails/blob/master/lib/generators/templates/component.es6.jsx) by copying it into your Rails project at this path `lib/templates/react/component/component.es6.jsx` and then modifying it. Took me a while to find the correct path,...

Hi! To clarify, is it something like this: - User enters command, bot starts executing - Before bot finishes, User enters a "Kill" command. Bot continues to execute current command...

@jeffblake we found this recently as well, I was wondering if you implemented the thread variable successfully?

Done! Noob question, how did you paste the diffs? And should I be worried about the Appveyor failures?

Fancy, didn’t know the diff coloration came built in. Ok great, let me know if there’s anything else i should change here :)

Hey @wasifhossain thanks for pointing that out to me >_< I guess I should have pointed to this example instead - this would be a symbol-keyed hash, no? > to...