David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said about 7 years ago on 3 Different Perspectives of Importing Records :
You would have to also read in the CSV in batches. I believe the memory inflation could partially be due to loading the CSV file into memory. In this example, the CSV file was only about 600KB.

David Kimura PRO said about 7 years ago on Creating PDF files with WickedPDF :
In the HTML, you would wrap the two items in a div tag with a class like `new-page`. In the PDF's CSS, define the class like ``` .new-page { page-break-before: always; } ```

David Kimura PRO said about 7 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 about 7 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 about 7 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.