Philipp Gildein

Results 6 issues of Philipp Gildein

I am currently writing a Backbone.js wrapper around bongo.js which seems to be really simple. My only problem currently is, that bongo.js allows the on demand creation of databases but...

We're using serverless-plugin-split-stacks to split the resulting CF template into nested stacks. This occurs on `after:aws:package:finalize:mergeCustomProviderResources` which is part of `package:finalize`. Because of this the Stage gets added too late...

When starting the webserver fails, `WebServerReadinessProbeTrait::waitUntilReady` tries to throw a RuntimeException. To fill the Exception with content, it calls `$process->getErrorOutput()`. This leads to a LogicException as the output gets disabled...

There seems to be a problem when using aurelia-bundler to bundle all js and html files. It only includes the index.js file for the aurelia-bs-modal plugin and still needs to...

I'm using this to allow secrets in the repository which get automatically decrypted when running serverless. In my case this is the password for a rds db instance. Usage: ```yaml...

I get the following error when updating phpcr-odm in an older project. ``` Cannot assign null to property Symfony\Component\Routing\Route::$condition of type string ``` `condition` was only added in newer versions...