Hugo Zonderland

Results 11 issues of Hugo Zonderland

If I want to start a new conversation with someone I'm not able to select or search one of my contacts. I'm using version 1.5 (1.5.0). OS X version 10.11.5...

Php has also dropped support for php 5.3 / 5.4 / 5.5, also other mayor php-libraries have or are dropping support for anything php 5. It is also preventing your...

enhancement

I've been using this XML-RPC library for quite some time now. I'm wondering when are new features expected? What can we expect? What are the plans with this project at...

question

Feature request: see how many request can be made or if there is a cooling down period active. I use this library to power a CMS and request SSL certificates...

I have defined variables into a json file that I include into my sass files. I use the [sass-json-vars](https://github.com/vigetlabs/sass-json-vars) plugin to do this. When I execute the the command `grunt...

I've been trying this for a while but for some reason I cannot seem to be able to create a `Resque_Job_Creator` class that the `Job` class can autoload without editing...

There is an incompatibility in this lib: ``` lisp PHP Warning: Missing argument 4 for ResqueScheduler\ResqueScheduler::jobToHash(), called in /var/www/project/vendor/kamisama/php-resque-ex-scheduler/lib/ResqueScheduler/ResqueScheduler.php on line 132 and defined in /var/www/project/vendor/kamisama/php-resque-ex-scheduler/lib/ResqueScheduler/ResqueScheduler.php on line 175 PHP...

This error occurred when trying to remove delayed jobs using the `removeDelayed` function. ``` lisp PHP Fatal error: Call to undefined method Resque_Redis::removePrefix() in /var/www/project/vendor/kamisama/php-resque-ex-scheduler/lib/ResqueScheduler/ResqueScheduler.php on line 136 PHP Stack...

``` php /** * Get the number of jobs for a given timestamp in the delayed schedule. * * @param DateTime|int $timestamp Timestamp * @return int Number of scheduled jobs....

To create a sort of CronJob like behaviour I would like to see what Events are scheduled. This could also be a kickstart for my application to validate the standard...