nmkr

Results 6 comments of nmkr

i have the same problem, images without a text works great.. with text is has this square under the image.. is there any fix?

+1 for an option to fetch fresh values.. i have a trait and a custom method for outputting an image from storage, it gets detected as realtionship and we cannot...

made an pull request, need that too .. thanks :+1:

can confirm crashing on point 42 with HS 10x10 UBL and stopping at 65 with you want to save eeprom, mesh looks ok

same problem here, any solution? if we Queue::push its awaiting..

im on windows btw.. solution: ``` public function startProcess($jobId, $delay = 0) { chdir($this->container['path.base']); pclose(popen($this->getCommand($jobId, $delay), "r")); //exec($this->getCommand($jobId, $delay)); } ```