Joined August 2012
·

Romain Laurent

Rails Developer at Wopata
·
Bordeaux
·
·
·

Progressive JPEG doesn't work for me with MiniMagick 4.0.4.
Searching in the doc for an interlace method found no result: http://www.rubydoc.info/search/github/minimagick/minimagick?q=interlace

Posted to The New Background Position in CSS3 over 1 year ago

Doesn't work on Chrome Mobile.

Posted to Create A Simple Git Timesheet over 1 year ago

Just adding some optional argument:

timesheet () {
  if [ -z "$1" ]; then
    SINCE="8am"
  else
    SINCE=$1
  fi
  git log --oneline --author="`git config --get user.name`" --since=$SINCE
}
Achievements
139 Karma
3,914 Total ProTip Views