Robinson Christmann
Robinson Christmann
Hey, I had the same issue but fixed it by offsetting all shapes drawn on the overlay. It seems the list of corners returned are meant to be applied on...
Hi ! Thanks for the instructions on running the tests, and sorry it took me a while to get back to it. I've fixed the missing `_valueVar` replacement, and the...
Hi ! Sorry for taking so long to get back to this, life got in the way these last few months. I've edited the tests to match the new expected...
I've managed to get them to show up in a less hacky way : ```php #[ ApiProperty(readable: true), SerializedName('openEntriesCount'), ] public function getOpenEntriesCount(): int { return [...]; // custom result...
Hi, I just got back from vacation :smile: I can absolutely create the PR. I'm assuming editing the relevant XML configuration file should suffice for the behavior to be fixed,...