Results 7 comments of Kevin Colyar

Found a work-around for now using the `adjust_solr_params` to add my second critiria: ``` ruby Post.search do adjust_solr_params do |params| params[:q] += " AND something_s:more" end end ```

Thanks csim. I was wondering if this should be the responsibility of the task to offset the time?

I've tried setting the margin on .cVim-link-hint and nothing happens.

Is that JS being going to be in the next version so something we'll need to add?

Hmm, using `:optimizations :none` seems to be the only way to build it with source maps. I tried settings :source-map to "main.js.map" which worked but jacked my `lein cljsbuild auto`...

@noprompt thanks for the example! I'm using om too so that will be helpful. I'll try messing with my index.html setup to see if I'm doing something wrong there. I'll...

I think I've narrowed down the issue to this line which seems to be required when using a source-map directory. ``` html goog.require("activity_log.core"); ``` I don't understand well enough how...