rhertogh

Results 27 comments of rhertogh

@zachcasper Our app sometimes has to do some image processing requiring a lot of cpu power. This can be short random moments so just boot time won't cover it.

Somehow the test process crashes at random points (I had the same problem locally), but sometimes it's passing.

There might be. It's a while ago, but I think I did it this way so that it's fully backward compatible.

> This issue is becoming more important with the release of the latest version of docker v2.4.0. There seems to be a limit of 2500 characters on the auth token...

@isaiahdahl, @cdburgess Until the new version is released you can use `"league/oauth2-client": "dev-master#43c59dd"` in your `composer.json` file. Just make sure to change it to the correct version when it is...

@overbit commented on Oct 16 > Thanks for the help. Unfortunately, it doesn't seem that _amazon-ecr-credential-manager_ supports AWS SSO at the moment. @maurera I've posted a workaround that might help...

I think that converting an enum to an array of values makes indeed much more sense than the default behavior. But in case of a [backed enum](https://www.php.net/manual/en/language.enumerations.backed.php) I would expect...

@uaoleg Looks good. Please also add unit tests and a line in the changelog.md

@PowerGamer1 Just to be sure, your example states `var_dump($project->isRelationPopulated('project'));` should that have been `var_dump($project->isRelationPopulated('manager'));`?