Abram Bailey
Abram Bailey
I just updated to the latest lity code to see if that helps. Will report back soon after more stats accrue.
Nope, still not working.
I'm not sure if this is to do with will_paginate, but I am having problems with Kaminari in a Spree application that also includes will_paginate. ``` NoMethodError - undefined method...
@vernondegoede Thanks, sorry I missed this until @sebbean commented!
Unfortunately no update on this for me either https://github.com/sunspot/sunspot/issues/341
Does this mean making the calculated distances available to use in the app? This is what I'm looking for. Is this possible yet?
Hi, just checking in, is there a way to handle this yet? Thank you
It's been a month, and I'm still desperate for this feature. Any progress?
@glebm I think this is a problem in bootstrap 4 with version 4.1.1 of the gem. Here's what I have: ```application.js //= require jquery3 //= require popper //= require bootstrap-sprockets...
I also tried adding the following, but I get the same error. ```scss @import "bootstrap/functions"; @import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap-overrides"; @import "bootstrap"; ```