Stephan Maximilian Huber

Results 12 issues of Stephan Maximilian Huber

Instead or returning multiple allowed-origin headers, return only that header that matches with the client. I added some missing fields to composer.json, so the project can be used via composer.json...

Hi, the php-renderer does not respect the whitespace-removal-settings of parent-nodes, which will introduce unwanted whitespaces. Here's an example: ``` %a - foreach(array(1,2,3) as $ndx) %span =$ndx ``` should render to...

bug

Hi, we are trying to integrate patternlab with our CI, so that on every push the patternlab-files get created automatically. So we don't need to commit all build-files to the...

We are using a CI to deploy our websites. As part of the deployment process we want to build patternlab by running `cd && composer install && php core/console --generate`....

It would be great if `include()` can support also the "longform"-include syntax of twig, as this will give us more flexibility and avoid collisions when using more than 2 hierarchy-levels....

Based on `feature/refactor-run-command-base-class` and applied the same principles; moving git configuration into its own namespace `git`.

The current implementation of using rsync as a replacement for `kubectl cp` does not respect the destination folder/ file-name. It will create the file in the current working directory with...

``` [ERROR] Supervisord not coming up at all! [OK] Task `waitForServices` executed successfully! ```

otherwise this leads to obscure errors.

bug