Adam Greene
Adam Greene
hello, their is a comment in lib/less/more.rb that states: By default, Less::More.parse will be called for each request in `development` environment and on application initialization in `production` environment. However, this...
I was benchmarking my app, and the number 2 item on the list, for the # of objects created, was from this line: https://github.com/solnic/virtus/blob/master/lib/virtus/attribute/coercer.rb#L33 ``` TOTAL (pct) SAMPLES (pct) FRAME...
rather than seeding on a per-image basis (doable but tedious when lots of images are involved), it would be nice to be able to fire up one process in the...