Martin Lundberg

Results 11 comments of Martin Lundberg

Probably found why you haven't allowed space now, it will include if statements and similar as methods: if (x === y) { which is not something we want. Not sure...

Have there been any further development on this?

I'm having this problem as well. @poopsplat how did you solve this?

To me it would be OK that the focus color overrides the highlight-article color since you've specifically said how you want the focused item to look. The highlight-article is probably...

> What if that results in ambiguous color, e.g. the focus color being the same as the highlight-article color for the currently selected or for another item? I'm not sure...

I don't agree on what's adding more complexity but arguing about it is probably not very helpful for the developers. We've both given them our thoughts and that's a good...

Would really appreciate this too, lets hope they add the possibility soon.

@chuck911 Why ask for forgiveness when you're consciously rude? It's not that hard to give constructive feedback. "I see a lot of missing functionality in the routing system in Choo....

Using events for everything seemed forced to me so I'm trying callback pattern mixed with events. The model functions call API functions like the example above and then emit 'render'...

I'm impressed how nice this works without much setup! 👍 In my experience these kind of plugins can often add too many features and become somewhat of a behemoth, I'm...