Luca Trevisani

Results 3 issues of Luca Trevisani

# Bug Report ## Description After some edit to adr file and save no reload is in place to see the page updated, i have to manually reload the page...

bug

Is there a way to make the method use transparent background (or preserve it from original image) for the padded output image? ``` php // this will show image with...

When running in tests something like: ```php LogFake::bind(); $this->artisan('queue:work database --queue=default --once'); Log::assertNothingLogged(); ``` i got: ```log Error: Call to undefined method TiMacDonald\Log\ChannelFake::flushSharedContext() ./vendor/timacdonald/log-fake/src/LogFake.php:222 ./vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php:201 ``` it seems related to...