Artem

Results 2 comments of Artem

It's been a while since I've worked on this last. I solved it by adding this method to the model: ``` def notes_with_signed_urls content = notes Nokogiri::HTML(notes).xpath("//img").each do |img| img...

I'll be happy to make a PR, but I'm not sure how to handle this external dependency. Should I publish a NPM package out of my fork and then list...