David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 5 years ago on Deploying to Amazon Linux 2 :
Try running yarn install to see what happens

David Kimura PRO said over 5 years ago on Deploying to Amazon Linux 2 :
  Try without the :5432. I know in the episode, I had it showed, but did end up removing it.

David Kimura PRO said about 5 years ago on Turbo Native for iOS :
  Yes, I've been getting some feedback that folks would like to see this implementation for Android as well. It will be kotlin based as that's what turbo-android recommends/requires. I haven't touched kotlin before, so it will take some time.

David Kimura PRO said about 5 years ago on Deploying to Amazon Linux 2 :
  I'll see if I can add in an AirPlay button. Is that sufficient? I'd imagine that screen mirroring may not always be the best experience.

David Kimura PRO said about 5 years ago on Hotwire :
  Try naming referencing to the controller with reset-form instead of reset_form. Also, in the reset() function, try to do a console.log() to see if you're even triggering the function. You can do the same in a connect function to see if the controller is getting connected.