Oliver Nowak

Results 65 comments of Oliver Nowak

There's not much going on, but it's certainly not yet necrotic... anyhow, you can count using the regular query builder count API: ```php $totalDocuments = $this->Comments->find()->count(); ``` If you need...

That's the default limit that Elasticsearch imposes, AFAIK it applies to the `_search` endpoint that is used for counting here, as well as to the alternative `_count` endpoint. As of...

The possible ways to create/obtain a resource for this to work aside, is there a reason why mapping/resolving class names isn't supported? ie so that one could do something like...

Weeeelllllll.... maybe I'll find a few minutes of spare time to give it a try :)

> Do you think a different background for vendor frames would help? That could work. There might not be much room for further dimming though before things turn into white,...

Feels much better 👍

I think what he means is that this is essentially a no-op if no value is being provided explicitly, as `ob_get_level()` will never be greater than `ob_get_level()`. If the buffer...

Please squash, having rather small changes scattered over multiple commits is somewhat annoying when browsing the history and trying to understand changes. A more relevant commit message would also be...

It wasn't your fault: > This is a scheduled Ubuntu-18.04 brownout. The Ubuntu-18.04 environment is deprecated and will be removed on April 1st, 2023. For more details, see https://github.com/actions/runner-images/issues/6002

> The locale string is used to load the `po` files too, so you will have problems with translating static strings too. The message file loader uses `\Locale::parseLocale()` and then...