David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said almost 5 years ago on Escrow payments :
Do you have more information on this? When I hear escrow, I think of home mortgages. Are you looking how to interact with an API or form fill out of a third party website?

David Kimura PRO said almost 5 years ago on Nested Forms from Scratch with StimulusJS :
I wouldn't say high probability in the real world, but yes it would have a chance. one could use `new Date().valueOf()` instead, but it too could be duplicated if using a bot.

David Kimura PRO said almost 5 years ago on Nested Forms from Scratch with StimulusJS :
Lol, this is true. My apologies, I should have mentioned taking out `20` to a higher number like `Math.floor(Math.random() * 10000000000000000000)`. Running on fumes this morning.

David Kimura PRO said almost 5 years ago on Deeper Dive into StimulusJS :
Glad you found it. It was a little hidden. :)

David Kimura PRO said almost 5 years ago on Nested Forms from Scratch with StimulusJS :
nflorentin mentioned the probability for this occurring. Either take out the `20` number to something much higher or use `new Date().valueOf()`