Demian Ferreiro

Results 5 issues of 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: ![snake-score-moving](https://user-images.githubusercontent.com/722544/56617083-5214d280-65f5-11e9-90fb-0cd71f687b90.gif) This problem was originally reported by @rosald on #2.

help wanted

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: ![](https://raw.githubusercontent.com/epidemian/snake/master/gameplay.gif) But for a while now, browsers have been URL-escaping whitespace characters on the URL, so the game started looking like...

help wanted

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...