Gadi Cohen

Results 475 comments of Gadi Cohen

Oh oops, yeah, that should be in the build in the directory. The problem is that you have a new dep in the Infamous code, `var simpleExtend = require("./utils").simpleExtend;` -...

:( Thanks for the investigative work. Can you try also `0.1.30-rc.3` ? How are you defining your first famous template? Are you using famousInit / iron-router? Are you using #famousContext?...

Ok great. Can you paste your old code too? I'd like to retain backwards compatibility if possible... our whole website is actually using the compatibility mode, without showing this error,...

At the very least if we can't make a certain pattern work, I'd love to be able to give a better warning.

Great, thanks! Will look into this as soon as i have a chance, in the meantime I'm glad you're up and running.

There's an example here https://github.com/gadicc/meteor-famous-views/issues/105#issuecomment-61479522. Maybe we should use it on the site. Reopening to consider. But you should still be able to view the whole site! Don't you have...

Yeah, just follow the instructions in QuickStart. There is actually a new pattern but we haven't updated it yet. We've been having some internal debate about what to pre-register but...

Mmm, no... Meteor doesn't support that out of the box, e.g. you can't do something like: ``` handlebars {{>someTemplate class="{{type}}-header"}} ``` and we plug into that same system. However, we...

For now you can just do `class=classTypeHelper`, etc and set it up with `Template.header.helpers()`.

Thanks for the kind words... everyone's enthusiasm is keeping me working crazy hours on this hehe. Wow, so, I totally forgot that I did actually start working on something like...