Dan Michael O. Heggø

Results 76 comments of Dan Michael O. Heggø

@lloydie-t : For me it also worked to just comment it out: ```php // 'saml2_controller' => '', ```

> Probably keeping only instructions on using a named volume would be enough. In my opinion the main thing is to let users know that there IS a volume that...

For what it's worth, I get the same problem with PHP 7.4 after upgrading: ``` $ php -v PHP 7.4.30 (cli) (built: Jun 9 2022 09:20:03) ( NTS ) $...

Similar issue to #21, but in the case of git-lfs, I [don't think](https://github.com/git-lfs/git-lfs/issues/2895) there is a git-config option to set the path to git-lfs. So perhaps the best would be...

Seems like this is because a single, shared instance of MockKnex is exported: https://github.com/jbrumwell/mock-knex/blob/master/src/index.js#L103 ? Would be awesome if the `MockKnex` class was exported as well, so we could create...

Related: https://github.com/pnpm/pnpm/issues/4770

Thanks for sharing that workaround, @Sarke ! It doesn't seem like it's possible to add the ID to Traefik's access logs though? Which is a pity, since my plan was...

It [should](https://github.com/Codeception/Codeception/blob/master/src/Codeception/Module/Laravel4.php#L55) be set to "testing". And in my experience, it does so correctly. Perhaps you'r overriding the value somewhere? You might try to log the value [here](https://github.com/illuminate/foundation/blob/master/start.php#L52) for instance.

Seems like it's fixed in the latest version 🎉 Here's a test: https://danmichaelo.github.io/stoplight-routing-test/#/operations/get-works#Responses

## Start page In Sami: In phpDocumenter with the clean template: One small, but annoying issue is that the hierarchy on the left side doesn't expand. Even when navigating into...