Lena Tauchner

Results 13 issues of Lena Tauchner

Hey! Tl;dr the cli was chunking the concurrency which lead to a lot of needless wait time. With this change, the cli will correctly hash `concurrency` number of files at...

cli
changelog:bugfix

I was struggling to make the PR #11828 as the build instructions are unclear. I added that the server and open-api have to be built to develop against the open-api....

Howdy! I noticed that the code in modules/Content/api.php is incosistent in the value it returns: ```php $items = $app->module('content')->items($model, $options, $process); if (count($items)) { $app->trigger('content.api.items', [&$items, $model]); } if (isset($options['skip'],...