Petra Jaros

Results 76 comments of Petra Jaros

I was trying to add custom tabs, but apparently you *can* just drag a page into the sidebar, I was just…doing something wrong? Not sure why I couldn't get it...

Could it scp each file in the directory instead of the directory itself?

I'd say these are two different bugs. If I understand what you're trying to do, you don't really need full-text search for the status field, you want exact matches; is...

This might be crazy, but is there some way to use a view to join the text and look up the records through that view? (Can a view be indexed?)

As I understand it, Sablono is doing the right thing here, and the warning is warranted. The reason for the warning is that [React needs a way to figure out...

Having said all that, I do think there's a reasonable case where you _don't_ want the warning: ``` cljs (html [:div "submitted on " (:submission-date data) (when-let [submitter (:submitter data)]...

The good news is that these cases appear to always use an explicit invocation of `list`, whereas the cases where we want React to warn us use constructs like `map`...

Actually, that's not quite right. There's one more use case: passing children into another component/element: ``` cljs (defn alert [props & children] (html [:.big-alert-box {:class (:type props)} [:i.alert-icon] children])) ```...

@tylerkrupicka Yep, that was on CircleCI.