Jonathan Gawrych
Jonathan Gawrych
Right now the Facade has some phpdoc annotations for the available methods, but the are slightly incorrect. The `static` declaration is being interpreted as a return type. The IDE and...
Hello! I have been using php-meminfo to find how my projects tests exhausting memory, and it's been great. Thank you! However, I found that meminfo misses something: static local variables....
Hello! We are experiencing an issue using merge when our coverage's branch map contains the same first location. Take for example this code: ```ts public isInAsyncSlideEditMode (): boolean { return...
LTI 1.3's Names and Role Provisioning Service throws an error on url matching migration from LTI 1.1
### Summary: We would like to use the [Name and Role Provisioning Service](https://www.imsglobal.org/spec/lti-nrps/v2p0) in our LTI Tool. We further want to use the [Resource Link Membership Service](https://www.imsglobal.org/spec/lti-nrps/v2p0#resource-link-membership-service) by passing the...
### Summary: [oauth_consumer_key_sign](https://www.imsglobal.org/spec/lti/v1p3/migr#oauth_consumer_key_sign) is calculated using the oauth_consumer_key, deployment_id, iss, client_id, exp, and nonce, joined together using the ampersand `&`, and signed using hmac-sha256. This allows LTI 1.3 tools to...
I'm moving my pi-hole from my synology-nas to a dedicated raspberry pi that I got. What steps do I need to do to uninstall synology-pihole from my nas? I removed...
### Laravel Version 11.24.0 ### PHP Version 8.2.19 ### Database Driver & Version _No response_ ### Description When setting two cookies using `Cookie::queue(...)`, with the same name and path, but...
Right now, the `@uses` annotation, or the `UsesClass` or `UsesFunction` attributes are only useful in the context of [Unintentionally Covered Code](https://docs.phpunit.de/en/10.5/risky-tests.html#unintentionally-covered-code) when running in strict coverage mode. Our project at...