Demian Ferreiro
Demian Ferreiro
Hi. It seems that if `.modal('show')` is called some time after `.modal('hide')`, but the hiding animation was not finished, then the modal breaks. [This jsFiddle](http://jsfiddle.net/7JrmY/1/) should illustrate the problem. In...
This is how it looks on Chrome on Windows:  This problem was originally reported by @rosald on #2.
Example app: ```ruby require 'sinatra' get '/' do erb 'Hello World' end ``` And the spec: ```ruby RSpec.describe "Simple app", js: true, type: :feature do it "does something" do visit...
**The problem** The game used to look like this:  But for a while now, browsers have been URL-escaping whitespace characters on the URL, so the game started looking like...
Hi! I was trying to configure Dragonfly to return full URLs, and noticed that configuring the `url_host` option only affects the `Job#url` method, but not the `app.remote_url_for` (using the file...