Patrick-Beuks

Results 3 issues of Patrick-Beuks

This took me a hot minut to debug why something like a `SCOPE_` prefix did not work out of the box. Symfony's [RoleVoter](https://github.com/symfony/symfony/blob/6.0/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php) uses a prefix for `IsGranted` to be...

The markdown engine we are using for BitBucket server does not support @ in links. We have been able to fix this by replacing `{{replace '/' '%2f' depName}}` with `{{replace...

This PR cleans up all file descriptors correctly as the before `low_fds[0]` could never be closed due to the `count > 0` condition. This makes it so that if the...