Roel van Duijnhoven

Results 18 issues of Roel van Duijnhoven

Related to PR https://github.com/zendframework/zend-modulemanager/pull/53. On a production running website one would ideally have the `module-config-cache.php` file generated before launching a new version. It would help if a command line utility...

enhancement
question

One can reproduce this using: ```php $request = new \Zend\Http\Request; $request->setUri('http://www.test.nl/bla/'); $route = \Zend\Router\Http\Wildcard::factory([]); $match = $route->match($request); // Now `$match === null` ``` Was introduced in https://github.com/zendframework/zend-router/pull/47 by @weierophinney

While on development, it would be handy if the job queue reloads as soon as a file was changed (but only just after a job finishes obviously). Inspiration: https://github.com/spatie/laravel-horizon-watcher.

enhancement

There is currently no way to hook into an event that can tell you whenever a job failed reliably. When a job crashes / exits / dies during executing a...

enhancement

This PR extends the DoctrineQueue to publish `scheduled` and `priority`. Previously only `id` got exposed to the outside world. My use-case is that I would like to add a strategy...

There is a native way to use htmLawed using composer. You can find that resource at http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/composer_usage.htm. This way you get the latest updates automatically. My suggestions would be to...

There is a native way to use htmLawed using composer. You can find that resource at http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/composer_usage.htm. This way you get the latest updates automatically. My suggestions would be to...

The best current way to work with cron, [as documented here](https://github.com/basecamp/kamal/pull/57), has some down-sides for me. But, luckily, recent work with a separate environment file (https://github.com/basecamp/kamal/pull/438) offers a great opportunity...