Andrej Antas
Andrej Antas
Hey guys, I created a PR if you still care for it :) https://github.com/nnattawat/flip/pull/9
hi guys, I use method milion times [described](http://stackoverflow.com/questions/11251851/how-do-you-index-attachment-in-elasticsearch-with-tire) on the internet to include binary attachement, but I got problems when a model has_many attachments, through: attachment_mapping... How is it with...
Hi guys, I ran into same problem, what @elmatou said solves it. I went with this in my case: ``` if Rails.env.production? ActivePdftk::Wrapper.new(path: '/usr/bin/pdftk') else ActivePdftk::Wrapper.new end ``` its just...
Hey sorry I hit this just browsing around. I was also solving this , I just went back to this repo and switch to whatever version/tag I am using (now...
This is fixing it -> https://github.com/swdotcom/swdc-vim/pull/7 No idea if there is some reason for having 10 lines of cmd there...
if you look at my master it works the way that I can see time and strokes on the website, but on start I get some method missing token thing...