Teja Sophista
Teja Sophista
This causing asdf to fail as well https://github.com/asdf-vm/asdf/issues/581
Since no patch has been merged, 👍 for the workaround setting up the body's position as relative, but I'm not sure if permanently setting up the body as relative could...
Thank you for getting back to me > Regarding the customer font, you can just URL encode the space before making the request and it will work e.g. [res.cloudinary.com/cookpad/image/upload/l_text:Open%20Sans_60:Text%20with%20spaces/sample.jpg](https://res.cloudinary.com/cookpad/image/upload/l_text:Open%20Sans_60:Text%20with%20spaces/sample.jpg) Yes,...
Yes, that's what we did ```ruby def safe_font_family ERB::Util.url_encode(font_family) end ```
If we could make `_display_time_in_words` a public method, we could use the raw hash, and further calculate any value we want ```ruby [1] pry(main)> hash = DOTIW::Methods.distance_of_time_in_words_hash(Time.now, 72.days.ago, except: [:minutes,...
Hi, I'm not the author, but what I did in my test was to abstract the follow `redirect_post` part. In a test, a true normal `redirect_to` isn't usually followed as...