Alexander Mills

Results 200 comments of Alexander Mills

cool thx :) On Apr 30, 2015 5:11 PM, "Marak" [email protected] wrote: > Sure! > > — > Reply to this email directly or view it on GitHub > https://github.com/Marak/colors.js/issues/123#issuecomment-98005945.

Still waiting for orange :( I was really hoping to have it!!

ok I can do that :)

haha, jokes on us, I don't think orange is possible, it won't be supported by non-pseudo terminals etc. Pseudo-tty's might be able to support it, though.

what is the difference between 'silly' and 'verbose'?

in other words, I am looking for: ```js $scope.getArray = function(){ return []; // what format is the array supposed to have? :) }; ```

so I tried this: ```js $scope.getArray = function () { return [ { a: 'b', c: 'd', x: 'e' }, { a: 'v', c: 'r', x: 't' }]; }; ```...

@BenjaminHCCarr @selkhateeb is there a way to 'remove/undo the hardlink' without deleting the original files? Do you know if `hln` will work on Linux? Or just MacOS?