Ryan LeFevre

Results 16 issues of Ryan LeFevre

Not sure if you are looking into adding API library scripts, but I think my TwitPic_API script is pretty handy for developers who want to display their latest TwitPic photos...

Can look something like this: ``` coffeescript Caman('#image') .on 'ready', -> @brightness(20).render() .on 'renderFinished', -> console.log 'finished!' ```

Todo

Instead of giving separate paths for everything, you should have the option to simply specify an app root and a git URL, and let divergence handle the rest.

enhancement

We can check Gemfile.lock and compare it to the last branch to see if anything needs to be installed.

enhancement

Make branch switching significantly faster by managing separate Passenger instances for the most recent X branches

todo

When switching branches, show a loading screen that automatically reloads when ready.

todo

Running gl_tail on a server that gets a relatively high amount of traffic causes the program to eventually grind to a halt. I've tried it on a server that gets...

This PR adds support for [Github Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/), which is an expanded and improved version of Markdown. It also removes the showdown dependency, which was bundled in the `vendor` folder....

The tests are currently for the old version of the library. They will need to be updated to make sure they are relevant with the refactor.

Refactor