Sander Verkuil
Sander Verkuil
| Q | A | ---------------------| ----------------------- | `auditor` version | 2.0.2 | PHP version | 7.4.28 | Database | MySQL #### Summary Computing the diff breaks when using a...
Having installed this package and trying to configure oauth, it appears that there is a wrong redirect somewhere. Going to `https:///settings//auth/` there is a Google provider. When clicking on `configure`,...
The padded string was an unicode string which is not allowed in the base64.urlsafe_b64decode function. See https://stackoverflow.com/questions/20849805/python-hmac-typeerror-character-mapping-must-return-integer-none-or-unicode/20862445 for reference. Fixes #31
When performing acceptance or unit tests, we disable the `translator` so the translated values will be the translation keys. This makes assertions easier, as we don't have to update the...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1962 | License | MIT If the present...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #2056 | License | MIT Apparently, the `translator`...
Updates the generated mapper code such that circular references are handled properly when using promoted properties. Solves #271
Assuming we have the following code: ```php class Category { /** @var Post[] */ public array $posts = []; public function __construct( public string $name ) { } } class...
The `getProfile` method was not properly implemented and tested, wrote a test scenario for that to ensure that it works properly now. ## Description Fixed an issue because the `json`...