Patrick Rose

Results 13 issues of Patrick Rose

This seemed to be easy to set up - though it's a roundabout method. Now, it also does `(\D)` - which matches all but a digit in a new key...

It would be really good if there was a way to add the various gherkin keywords in the feature file and also navigate between features (a la org-mode's navigation between...

Consider the following: ```php class MockeryExceptionTest extends PHPUnit_Framework_TestCase { public function setUp() { $this->oMock = Mockery::mock('SomeClass'); $this->oMock->shouldReceive('anAwesomeMethod')->andShouldThrow(LogicException::class, 'This went wrong'); } public function testMockeryConfusedMe() { $this->oMock->anAwesomeMethod(); } } ``` The...

feature request

We've got a situation where we've got a patch for a dependency that hasn't yet been merged into upstream. However, we can't seem to get satis to get any of...

Satis failed to connect to pear when it was building: ``` $ cd /srv/www/php-pkg.zedcore.com/install && export COMPOSER_HOME=/srv/www/php-pkg.zedcore.com/install && php /srv/www/php-pkg.zedcore.com/install/satis/bin/satis --no-interaction build /srv/www/php-pkg.zedcore.com/install/satis.conf /srv/www/php-pkg.zedcore.com/web Scanning packages Initializing PEAR repository https://pear.php.net...

feature

The toolbar bleeds 8 new lines into each response, which can cause issues (if, for example, you try and build a zip file then those 8 new lines will be...

The classes that are generated are done using symfony's finder class, which can return files in any order returned by the filesystem. This means that running the `typescript:generate` command can...

We're currently updating our app to PHP 7.3, and we're finding some unit test failures that don't occur on PHP 7.1. It's reproducible just using this script ```

It looks like there's a new version of the OpenCloud API coming out - according to rackspace/php-opencloud#655 it could be considered production ready. Is it worth looking at updating? The...

I've taken a quick look at the source code, and it seems that there's no way for me to say "Run against all these browsers". Is there a possibility that...