luenib

Results 9 comments of luenib
trafficstars

Thanks for the quick response. I'm using isomer.js for the graphic representation of the packs inside the container. Nothing fancy but it works very well. You can take a look...

Thank you. All the effort you have put in this work and all the future effort are greatly appreciated.

Hi, @walty8 It happened to me, too, after upgrading to iOS 17.1.1. This is how I "solved" the issue: ``` // The reader #qr-reader { height: 160px; /* I guess...

Make sure those boxes are the last ones to be packed. Start by marking the boxes as "fragile" so when the packer tries to evaluate a fragile box it will...

Thanks for the response. I ran the same test and this is what I got. Box locations: Box1: 0,1,0 (rotated: 3,2,3) Box2: 0,0,0 (rotated: 3,1,2) Box3: 0,0,2 (3,1,1) CORRECT! I'll...

ninankara, in order to see the positions of the boxes, you need to uncomment line 1143 of pack1.js I ran 2 more tests but this time they failed. These are...

I think I found it. Inside the function expression `findsmallestz`, change the line `while (!scrapmemb.pos == null) {` with `while (scrapmemb.pos != null) {` The problem with the original line...

@ninankara @keremdemirer Were you guys able to get better results with the modifications?

Same issue. Do you guys have any update on fixing it for iOS? Thanks for all the good work!