Aleksi Peebles
Aleksi Peebles
| Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break | no | New Feature | no | RFC | no |...
If `ENV.hoodie` contains only configuration for the client, `hoodieMiddleware()` still tries to start Hoodie Server, which results in an error. This PR changes the check to be specific to the...
It seems that installing `ember-cli-fastboot` to an `ember-hoodie` project breaks the app. The resulting error is: `Error: Invalid Adapter: undefined at new PouchDB$5`. Steps to reproduce: 1. Install new Ember...
**Moved from #154:** Drop all code from all the different edition repos, decoupling them from `patternlab-php-core`. Currently all editions have identical code for the console launcher, server router and Composer...
`LineageHelper` has some special handling for Twig. We should move this to `patternengine-php-twig` as core should be templating engine agnostic. I think this should be possible to do by adding...
I'd like to propose refactoring Pattern Lab PHP to use Symfony components and best practices as much as possible. **Pros:** - Less custom code. - Pattern Lab PHP already uses...
Pattern Lab PHP uses many Symfony components, so it might make sense to adopt their coding standards. They also have a nice tool, the PHP Coding Standards Fixer, which we...
Fixing my own commit from January 2016, when I did not know there was a `patternSourceDir` config option.