Hacker News new | ask | show | jobs
by infixed 986 days ago
There was an interesting thread that did the rounds on HN a couple years back about using Faker in a related (but different) product.

https://news.ycombinator.com/item?id=27252066

Personally, I think your demo has a pretty neat / novel UX. I couldn't find a way to generate a large number of examples at once -- did I miss that somewhere?

1 comments

So you should be able to use the repeat(numberOfTimes?) tag to generate an N number of examples. I believe I set the max now to 20.

But as long as the first index in an array is repeat(), anything in the second index will repeat N amount of times.