Brian Retterer
Brian Retterer
All works here, but this did cause a headache for me yesterday as it broke all of our builds using VuePress. What kind of guarantee can we get from you...
Can I ask what defines a `Male` or `Female` name?
I am also having this issue. Here is my full terminal output when running `phpbrew --help` This was a clean macbook setup on BigSur that had gone through some additional...
@monde Double check manipulated sorting in resources
@dkvk I am not sure that it is a caching issue here. I tested with caching turned off and still had the problem. If you do have the issue, you...
I was not able to reproduce this issue again after some updates to caching, so It is possible now that these were related. I wrote some tests to make sure...
This issue is back.. I removed the test for now. ``` /** @test */ public function the_options_array_is_cleared_after_each_request() { $tenant = self::$client->getDataStore()->getResource('/tenants/current', Stormpath::TENANT, ['expand'=>'applications']); foreach($tenant->getApplications() as $application) { $this->assertEmpty($application->getAccounts()->getOptions()); } }...
It appears there is an issue with the SAuthC1 signer. Further investigation is needed. To bypass this issue for now, either urldecode() the token, or set your authentication scheme to...
Updated and will be pushed with our next release.
Fix has been created for this in https://github.com/stormpath/stormpath-sdk-php/pull/200. This will be merged for our next release.