Elias Häußler

Results 19 issues of Elias Häußler

The current version detection fails since it's not strict enough. For example, given the PR title > Bump @fontsource/lato from 4.5.5 to 4.5.8 Both `from` and `to` versions are parsed...

## Problem Given the following Handlebars template: ```handlebars {{#each paragraphs}} {{this}} {{else}} {{foo}} {{/each}} ``` Given the following context: ```json { "foo": "baz" } ``` When rendering the template with...

This PR fixes a bug inside `PageRepository::getPropertiesFromUid()` when a non-existent page is queried. In this case, the result is `false` instead of an array. This was already addressed with 618f5ec804063c03c9bb9feb3591b2d742460705,...

This PR extends the current test workflow by adding `windows` and `macos` to the testing matrix.

maintenance

Even if page tree nodes are queried from a given context node, the currently used XPath query searches for **all elements in the document instead**. That's because of the `//`...

This PR switches the documentation rendering to PHP-based rendering using the `phpdocumentor/guides` package.

maintenance

This PR extends the test matrix to include tests on Windows and macOS as well. In order to save resources, tests for Windows and macOS are performed on highest supported...

maintenance

### Is your feature request related to a problem? Currently, the Project Builder handles every package template the same way. However, a Composer package can have various states, for example:...

enhancement

### Is your feature request related to a problem? When creating projects using the provided Docker image, it may be necessary to mount SSH keys into the container. Otherwise, private...

documentation

### PHP version not relevant ### Composer version not relevant ### Package version latest ### Operating system Ubuntu ### Current behavior When running `docker run --rm -it -v $(pwd):/app cpsit/project-builder`,...

bug