Carl Olsen

Results 23 comments of Carl Olsen

I just set this up for the first time with version `aws-google-auth 0.0.37` and am having the same problems described above.

Do I need to do something special on my end to get this to work other than removing the google account from my phone every time?

You would also avoid the brittle 500 ms timeout that waits for the new window to load.

If I submitted a PR to implement `shouldReceiveExisting()` call would it be accepted? What should that method be named? I propose adding the following ```php public function shouldReceiveExisting(...$methodNames){ return $this->mockery_withMockingNonExistentMethodsAllowed(false,...

I want to more easily be able to confirm that the method being mocked actually exists. I know this cannot be done for magic methods but I think the majority...

I tried to make a PR with this but the tests do not pass in PHP 8 or 7.3. I get a bunch of these errors `The use statement with...

Without checking that a method signature is valid, changes to a mocked method signature will not cause a test to fail. This means you cannot rely on mocked class/interface testing...

What makes metalsmith so simple and powerful is the simplicity of the files object. The files object is the _current_ state of the files being processed by metalsmith. At _any_...

Looking back on the idea of adding this to metalsmith core months later I am not sure it should be added. I think by having metalsmith core add _any_ properties...

File names can change though. Look at the permalinks plugin.