David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 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 over 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 over 5 years ago on Deeper Dive into StimulusJS :
Glad you found it. It was a little hidden. :)

David Kimura PRO said over 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()`

David Kimura PRO said over 5 years ago on Escrow payments :
Ah, so a SaaS site where users can enter their Stripe API KEY and receive payments through your application. Funny, I'm actually working on one of these right now so I'll be sure to take notes of certain aspects during the process for this episode.