Timothy Washington
Timothy Washington
> Merging this would be awesome! I also have a use case that needs Clojurescript support. Lo and behold this PR is already here. Thanks for the work @clyfe!
Hopefully this is the current thread for discussion on contributions to an items-view component? There seem to be 2 at the moment. 1. [Clean up items-view, observable collections and document...
Ok, this is great. It definitely addresses points **B)** and **C)**. Let me ask **A)** in a different way. Let's say I have a list of items, generated by freactive's...
Ok, that makes sense. Maybe this is an implementation detail. But the only other thing I'm wondering about, is where that :template (or :view) will get mounted onto the DOM...
> So, my current design is to have the items-view function simply return a DOM node for the entire items view. freactive allows DOM nodes to be passed directly in...
My situation is that I have a list **view** and a **details view** which live side-by-side on the same web page. When a list item is clicked, I need the...
> Okay, so I think these are two separate things. You don't need an items view at all for the details view if I understand what you are trying to...
A ha, so that was my misunderstanding. That makes sense now. I'll try it out and let you know how I do. Thanks for the feedback :)
Even after trying bundler, I still get an invalid css error. Is there a base version of bundler & compass on which this works? More specifically, if I execute the...
These were the errors, and I had to comment out these lines in these files to fix the errors. ``` $ compass compile Line 421 of _forms.scss: Invalid CSS after...