Leo Caseiro

Results 93 comments of Leo Caseiro

One more reference https://github.com/VahidN/GitHubFolderDownloader

We can add /trunk after the repo name and include all path after that and use svn, like so: From: `https://github.com/camsong/chrome-github-mate/tree/master/_locales/en` To: `https://github.com/camsong/chrome-github-mate/trunk/_locales/en` Run: `svn checkout https://github.com/camsong/chrome-github-mate/trunk/_locales/en` Works nice on...

Perhaps, if you use [TinyColor](https://github.com/bgrins/TinyColor) that should be very easy.

Either way, here's the algoritm https://github.com/bgrins/TinyColor/blob/master/tinycolor.js#L377

I totally agree. IMO I never really liked coffeescript. It was more just a challenge. Happy to use es6 or TS. But TS will be confused with Angular 2-6

Hi @VanTanev, Thank you for your suggestion. I agree with you, it sounds very reasonable. The reason I added [email protected] is because it was the default version from `npm install...

If we have break changes, we should 2.x it is. Sounds good to me.

I'm almost sure that the compatibility has changed in the last commits, however, the last time I tested it was working on 1.3.x still. I normally recommend the latest version...

# Gulp Tasks ## Main Tasks - **build**: Compile CoffeeScript and minify Javascript generated - **watcher**: Watch in real-time while Compile CoffeeScripts and minify Javascript generated ## Sub Tasks -...