Jim

Results 17 comments of Jim

I'm having a similar issue with the following query (simplified). Removing `wat` from the includes produces a query that doesn't raise the `column "distance" does not exist` error : `Entity.joins(foo:...

I'm experiencing a similar issue. I had an outer component using `tap` and an inner component using `tap doubleTap`. A `tap` or a `click` on an element in the inner...

I'm experiencing this issue as @ehubbell and @nickschot. It's not related to `enableExperimentalBuildTimeTransform: true`. Setting an empty array for any of the icon packs will cause this : ```javascript //...

You are missing `Koudoku::ApplicationHelper` methods. You can include them like this : ``` ruby # app/helpers/application_helper module ApplicationHelper include Koudoku::ApplicationHelper end ``` Now, why these aren't included by default is...

@yas4891 I get that this should work, but in my case I have to include these helper methods..

I'm using rails 4.2.0. I was able to get this to work the way [spree](https://github.com/spree/spree/blob/master/backend/app/controllers/spree/admin/base_controller.rb) includes its helpers : ``` ruby Koudoku::ApplicationController.class_eval do layout 'account' helper 'koudoku/application' end ``` Is...

Are these helper methods needed outside of the context of `Koudoku::ApplicationController`?

I get something similar except the `mono nuget.exe` command runs for a while (20-30 minutes) and then outputs: ``` Attempting to build package from 'MyApp.nuspec'. Successfully created package '/var/folders/86/vjsqfv1s52d5t7zzx__qvc000000gp/T/si-11805-914-2nz4sa.4hvn/MyApp.0.0.1.nupkg'. Package...