-
I've been reviewing the code/algorithm, and I was wondering if the use of `max` in this line should actually be `min`. I could just be confused, but it seems like you want either `PHP_INT_MAX` in the …
-
Getting an error when trying to use the "don’t allow batteries to be stacked" example from the documentation to disallow stacking of furniture.
`
Fatal error: Declaration of UnstackableFurniture::…
-
Hello,
First of all, thank you for this package, it is really cool! However today I am facing bad calculation from one of my setup.
**BOX 1**: 3150 x 1520 x 1 x 1
**BOX 2**: 3150 x 760 x 1 x 1
…
-
i calculate weight separately by summing up products weight, and need only consider about dimensions
per-defined boxes only have width , height and length
eg:
( width , length , height )
…
vidux updated
3 years ago
-
Hello,
we've found some strange behavior regarding weight and would appreciate it if you could check it.
Version `3.9.1`
Specific example:
```
$packer = new Packer();
$packer->addBox(new Tes…
-
I have tested some performance for BoxPacker and have a small suggestion for faster compare dimensions.
See https://github.com/dvdoug/BoxPacker/blob/3.x/src/OrientatedItem.php#L130
For that case ins…
-
I was trying to use the InfalliblePacker to find out what items wouldn't fit if I force a particular box size, but instead it used 2 boxes of the same size. But it has shown that these few items don't…
-
https://github.com/nelmio/NelmioApiDocBundle/pull/1842 require a dependency on `twig.extension.assets` but it's not a dependency of nelmio. Could we make this dependency optional ?
Error message:
…
-
Hello Dvdoug!
Can you please share me you opinion about my issue? I would like to ask you where can I modify the code to get this result of the boxes? Every time when the code is calculate the boxe…
-
Hello dvdoug!
I am working with your development, and I wanted to congratulate you on the work done.
I am using the library to optimize the calculation of boxes, for a client that we have in the…
Ren14 updated
3 years ago