Zac
Zac
Sorry, used a work account. @ZacFI I wouldn't say instead of a binary, but in addition to. Removing the need for someone working in a docker-environment (kubernetes etc) to build...
Would it be implausible to decorate the class for your use case? ``` class CompareDecimal { private $decimal; public function __construct(Decimal $decimal) { $this->decimal = $decimal; } public function greaterThan($other):...
Hi there, I have a proof of concept working for this. Am looking at publishing soon[tm]
Implementation wise it's considerably more usable than just making a IMGUI window external though.