Timon de Groot

Results 16 issues of Timon de Groot

The xdebug patch does not look like a very specific `dontbug` patch. I don't seem to find the patch to be merged or proposed in the xdebug repository. Will the...

When I try to set the product type of an existing product, of which the product type is currently empty, it throws the `ERROR_TYPE_UNSUPPORTED` error. Why can't the product type...

Ever since https://github.com/deployphp/deployer/pull/3051, many keys in the `composer.json` file are omitted when releasing a new Deployer version in order to have no version constraints for the package. This is all...

With this, one can tell dnf to refresh specific repos, like so: ``` dnf upgrade --refreshrepo='fedora,remi' ``` Please let me know what can be improved! By the way, I'm making...

This pull request allows developers to provide user-level and project-level customizations to Warden development environments. For example, if a developer wants to create a phpMyAdmin service for all environments, he...

When requesting the Rate Limit / Rate Limit Remaining, when no request has been done yet, the library will crash. There needs to be done some checking if the rate...

enhancement

This speeds up the order grid response time by 100-200ms, depending on page size.

This fixes #12. I haven't tested the functionality of the methods yet, but this is my proposal. What do you think?

Cool module! I implemented it into a project I'm working on, it works great. A few suggestions, though: - Add a method to just resize. - Add a method to...

enhancement

I was writing a very simple import profile and that seemed to happen faster than 0.005 seconds. Because the delta gets rounded to 2 decimals, it will result as 0...