Vassilis Mastorostergios
Vassilis Mastorostergios
PHP + HTML: http://d.pr/i/TePs CSS: http://d.pr/i/voT0 PHP (with error/warning underlines): http://d.pr/i/URiv
Great to know this is going to be implemented!
@dwkns Yes, I'm currently using a grunt watch task (https://www.npmjs.com/package/grunt-prettify) to go around this, I guess something similar embedded in Codekit would solve the issue ( cc @bdkjones )
True, although personally I find grunt much more convenient than messing with AppleScript or Bash, since I use it for other tasks as well.
Just a heads up that `arguments.callee` is not allowed in `strict` mode. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/callee
How about a Rope? I will try to find time to implement one if you're ok with it.
I am under the impression that native strings have O(n) complexities when it comes to insert, delete and concat whereas a Rope would give us O(m) (where m is the...
Makes sense to use `LinkedListNode`, however can we spec out the move methods?
Hello, link provided above doesn't work anymore, are there any plans for this project or has it been stopped?