Nick Ostrovsky

Results 53 issues of Nick Ostrovsky

How could I go about adding a “Download Photo” link next to each image (both in thumbnail view and in full size view)? Clicking the link should prompt the user...

enhancement

It would be nice to click the right side of the image to go to the next image and click the left side to go to the previous image.

enhancement

Doesn’t seem to show vertical pictures properly. Should it rotate them up?

enhancement

Hi, Here is my `deploy.rb`: ``` ruby require 'whenever/capistrano' ... set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" } set :whenever_roles, -> { [:web, :db, :app] } ``` `production.rb` ``` ruby set :rails_env, :production...

capistrano
awaiting-feedback
bugfix

I believe fallback logic is incorrect: Given ```ruby class Entity translates :title, accessors: [:en, :es] end entity.title_en = "english" entity.title_es = nil ``` Expected ```ruby I18n.locale = :en entity.title =>...

I don't think I have ever entered anything other than 127.0.0.1, but if I will - then I would probably use it a few times in a row.

Combined with #9 it will allow to quickly type in aliases and subdomains for local testing

I keep Gitx open to see changes in a commit and each time I focus on the app it jumps to the latest commit. Very annoying.

I was always puzzled by the graph mountans in GitX until I tried Source Tree http://www.sourcetreeapp.com/ SourceTree has 2 modes of displaying graph: Date Order and Ancestor Order. Ancestor is...