Giso Stallenberg

Results 22 issues of Giso Stallenberg

### Describe the Bug The downloaded OAS from `/server/specs/oas` does not validate against the OpenAPI v3.0 schema ### To Reproduce ``` mkdir /tmp/php-openapi; cd $_ curl -XGET -H 'Authorization: Bearer...

API
Improvement
Package: specs

# Feature request Currently the vendor binary returns nothing, which makes it hard to integrate in any CI without the CI understanding PMD files. I suggest to make `Hal\Application\Application::run` return...

Thanks for this very convenient tool. I would like to add a filter on iteration as addition to milestone to the report functionality, but I'm not sure where to start....

To analyze a template I would like to get the all the blocks that are available (only names or array with name key and content value) and to be able...

Change Request

### Description Add more methods to deal with blocks * getVariablesWithoutBlocks - All variables except block macro's * getBlocks - All block names * keepBlock - Keep a blocks content...

PHP FIG PSR-7 describes getContents as "Returns the *remaining* contents in a string", while the interface description mentions "[...] including serialization of the entire stream to a string.". For some...

After tasks are run a `Result` is created, but some result data is formatted or discarded. For example if a `Process` fails: ```php return Result::failure( $task, "Exit {$process->getExitCode()}: {$process->getExitCodeText()}", $process->getOutput().$process->getErrorOutput()...

Are you open to a possibility to configure tasks (only the types that accept string arguments) using a database. I'm aware this can be created in my app, but having...

### Bug Report | Q | A |------------ | ------ | Version(s) | 3.0.1 #### Summary The package suggests to require `laminas/laminas-i18n` with the following notice `^2.11, required when using...

Bug

### Describe the Bug The properties specified in the OAS of an **item** are not always cast to the type in the API response. Snippet of OAS: ``` "active": {...

App
Bug