Jan Walther

Results 7 issues of Jan Walther

In my setup the webserver allows public access only to the folder where the front controller is located in (/var/www/html/public). When trying to use php-debugbar it tries to embed JS...

When I create a Producer only the exchange gets created, no queue. If there is no consumer assigned to the exchange, messages will get lost. Is there an option to...

I have the following setup: The layout defines sections: ```html ``` Then there is the template appending some content to the content section of the layout. Some of the content...

bug

When there are sqaure brackets in the radio input's name attribute clicking an option results in a jQuery syntax error becuase Handsome executes ```javascript $('.bt-radio-trigger[data-radioname=id[1]]').removeClass('checked'); ``` With quotes around the...

When using the 2-step upload (freeze and upload in separate steps) together with different preview and upload sizes the image gets enlarged after webcam.freeze(). This way after freezing you only...

I only tried to reproduce the examples given in the StrictPHP readme. Here is my code: ``` php // index.php

enhancement

I have the following code: ``` php // index.php use limetec\Test; require __DIR__.'/../vendor/autoload.php'; \StrictPhp\StrictPhpKernel::bootstrap([ 'debug' => true, // change this if you use this tool on multiple projects: 'cacheDir' =>...

bug