neodisco
neodisco
+1 for this - I will be moving all my metadata to a single JSON field to cut down the number of unique requests required to update multiple values
This would be a great feature. The only library I have come across that does this is https://github.com/Cloudstek/php-laff. It works and I have had it in production for many years...
Hi Doug! Thank you so much for this great library. You're a true legend. I believe I have seen that LAFF algo create long "skyscraper" boxes of the same product...
As a possibly related issue, switching the last two dimensions in item B stops 4 items being packed using any rotation paradigm. ```php foreach ($rotations as $rotation) { $box =...
Thanks Doug! Thank you for taking the time to reply and for your promptness. > [1]I haven't done the maths to check if packing all 4 items with those dimensions...
I confirm. ``` // Define our boxes $boxes = array( array( 'length' => 1, 'width' => 1, 'height' => 100 ), ); // Initialize LAFFPack $lp = new \Cloudstek\PhpLaff\Packer(); //...
Thanks for the tip Tanthammar. I came across your post for the tippy issue rather than turbolinks issue, and for anyone else who might be in the same situation in...