Steve Robinson
Steve Robinson
I understand that AMS caches objects individually. And it seems to work great. Here is my serializer - ``` ruby class ViewerSerializer < ActiveModel::Serializer cache key: 'viewer' attributes :id, :name,...
I have been maintaining view count for my models manually and now I wanna use Impressionist. I also want to use the previously existing column that I used to store...
Hi, wondering why removed lines are not being tracked :) @sanemat
This is an incredibly weird issue. If I have the console opened, I can see the images aligned properly. If I reload the page with console closed it appears very...
Hey @ed-lea :smile: I've been using your plugin on our app for a while now. We have been facing some performance issues lately. When we have multiple albums with hundreds...
I am trying to build a gallery and Im using your amazing library. I initially did not use `height` and `width`. It worked perfectly. Now I wanna try out with...
I am getting this - ``` Failed to compile. Error in ./~/aframe-react/dist/index.js Module not found: 'prop-types' in ~/dev/vr/kastioVR-poc/node_modules/aframe-react/dist @ ./~/aframe-react/dist/index.js 20:17-38 ``` I did - ``` yarn install yarn run...
Hi, `signed_in?` keeps returning false always. Is this because of lack of updates to the gem or something? Thanks @karmi :)
Hey guys, this does not seem to work in touch devices. Im thinking its because no suggestion is focussed in the first place. Am I right? Thinking of a solution....
Fixed comment of CSS require statement in Readme.