Eric Ferraiuolo

Results 43 comments of Eric Ferraiuolo

> and it could be overridden by specifiying pages/home, I suppose? Nope it can't because no matter what's specified to `res.render()`, Express always passes the full path to the view...

Is this common for Dust helper libs to do with unnamed params? If not, then this seems out of the scope of what this package should support. Unnamed params seem...

First I'd like to respond to the statement that proof that `Y.Model` is a bad design can be determined by the fact that it's overriding `Y.Attribute` methods, without understand _why_...

@drewfish @caridy If both end up existing in Mojito, at least in documentation, should what's currently called "Model" in Mojito be referred to as a "data service"? It seems that...

What does the code look like that you have to use today without this feature? > `[req.theme.partialsDir, req.default.partialsDir]` I think this should be reversed: defaults coming before the theme's partials.

I think it might be confusing to have two partials related render-time options: - `partials`: Collection `{templateName: templateFn}` - `partialsDir`: String dirname or [config object](https://github.com/ericf/express-handlebars#partialsdirviewspartials) Which one takes precedence if...

I agree that breaking the abstraction is not great. Let me think about this some more… and let's see if we can come up with something that's easier for people...

No plans, this project should be considered deprecated.

This is intentional. There is no way to know whether this is representative of a hostname or path. Imagine a current URL of: `http://example.com/` with a link: `Foo`. This would...

A browser's Address Bar is afforded more contextual information in that it assumes a String which does not begin with a `"/"` is assumed to be the hostname and `"http://"`...