Robbie Wagner

Results 813 comments of Robbie Wagner

@makepanic > I was mostly thinking about it, because the meta method returns title which will probably update multiple times during the apps lifetime. This hook will be in each...

> Most community addons have the idea of sub-routes, or sub-templates, appending or prepending to the It's not clear to me if meta is a special key that's returned, or...

> Usually any messenger app will update its page title for new activity. Ah gotcha, good point. We probably should provide a way to dynamically update it then. Thanks for...

@rtablada @NullVoxPopuli I'm in favor of a service, but I would want to have it injected in routes by default, I think. We could probably work out an API that...

@tleperou it's just one extra step that people have to do, when I would prefer it to feel built in. Maybe there is a way we can inject on the...

> What if the default injections are added to the route blueprint? I tend to prefer as much magic as possible, but others may prefer more explicit injections.

> I also think that a service would be a first step before recommending adding new hooks and magic to routes. There is no disagreement here. Service based is what...

@snewcomer I need to update this RFC based on the comments so far. It has stalled out for a bit.

@psbanka that seems like a logical solution. Would you be interested in opening a PR for that?