PaddyLock
PaddyLock
When I run `./bin/console fos:elastica:populate --pager-persister=queue` I get `Dbal transport does not support temporary queues` What does `--pager-persister=queue` do exactly?
when I run check I get the following error `[Symfony\Component\Debug\Exception\FatalThrowableError] Argument 1 passed to PhpParser\Node\Stmt\StaticVar::__construct() must be an instance of PhpParser\Node\Expr\Variable, string given, called in /Users /patricklock/Sites/deprecation-detector/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php on line 1854`
I am using api-guard in the normal way. When I look at the query times in the debug toolbar, the api-guard query is always tagged as slow: `select * from...
When I start debugging on any php file within my project, the browser launches with the correct url and ?XDEBUG_SESSION_START=sublime.xdebug But in Sublime Text 2 the tabs that appear for...
Hi, if I add a clear icon, when I press it doesn't clear the text. I am testing with expo in IOS simulator { this.searchUpdated(term) }} style={styles.searchInput} placeholder="Search" clearIcon={} />...
Firstly I could only get the search results to show if I changed the styling by removing styles for container and adding height to searchInput. Now the search results are...
I am looping through multiple files and passing to a recursive function to to upload to a B2 bucket like so: ``` private function upload($client, $file, $fileInfo, $savePath) { try...
When I try to install this plugin in October cms V3 php artisan plugin:install ToughDeveloper.ImageResizer I get a syntax error during the php artisan october:migrate stage Executing: php artisan october:migrate...
Hi, none of my translated routes appear in the generated url, apart from a couple of them which are using the Russian locale which is not my default. I don't...
| Q | A | ---------------- | --- | Bundle version | 1.4.3 | Symfony version | v4.2.1 | PHP version | 7.2.10 ### Expected behavior Should be able to...