David Hein

Results 4 issues of David Hein

### Marko Version: 5.14.2 ### Details If I render a marko template I got the error below from marko taglib ``` application.js:630 TypeError: Cannot read property 'replace' of undefined at...

type:unverified bug

Hi, I think about the configuration of the server variables in the configuration. At the moment I have to configure a variable for each service I want to use in...

enhancement

For different backends I have definded JS-functions. This functions are called with two parameters: ``` javascript req.backend = _.find(config.backend, function(server) { if (server.pattern) { return new RegExp(server.pattern).test(req.url); } if (server.fn)...

enhancement

The implementation is similiar to the optionsTransformer. At the moment a unit test is missing for this feature. I'll commit later. The function serverInterrorgator should return a valid configuration of...