Skip to content

Instantly share code, notes, and snippets.

module Test.Main where
import Prelude
import Control.Monad.Eff.Unsafe (unsafeInterleaveEff)
import Data.Array (reverse)
import Data.Foldable (traverse_)
import Data.Monoid
import Data.Traversable (traverse)
@ethul
ethul / autogrow.js
Last active December 25, 2015 07:38 — forked from thomseddon/gist:4703968
/*
* Adapted from: http://code.google.com/p/gaequery/source/browse/trunk/src/static/scripts/jquery.autogrow-textarea.js
*
* Works nicely with the following styles:
* textarea {
* resize: none;
* word-wrap: break-word;
* transition: 0.05s;
* -moz-transition: 0.05s;
* -webkit-transition: 0.05s;