Dominik
Dominik
``` cartographer = require 'externalLibs.cartographer.cartographer' -- if it's in subfolders -- load a map local map = cartographer.load 'map.lua' function love.load() local layer = map:getLayer("layer1") local allTiles = layer:getTiles() for...
Hi, First of all thanks for the amazing plugin, I can't stop using it. However lately I found out that I would need to support Enum values like this: ```php...
I've profided a fix for the following example, which doesn't work on Windows 7. ```php $options = [ 'format' => 'A4', 'orientation' => 'landspace', ]; $conv = new \Anam\PhantomMagick\Converter(); $conv->setPdfOptions($options)...
I had huge problem running this plugin on NGINX due to one issue in Runner.php file: ```php elseif (Str::contains($uname, 'linux')) { if (! shell_exec(escapeshellcmd("which {$binary}"))) { return false; } }...