Oleg Shalygin
Oleg Shalygin
+1 I would help but my coffeescript is pretty terrible. If anyone has started an ES6 branch I wouldn't mind lending a hand. Also +1 on @ashleydw , The current...
@sichvoge I tried @ashleydw 's fork and it was definitely flakey but he described it as such. I took a look at the code and I'm tempted to just roll...
@janaaronlee https://github.com/oshalygin/raml-test It's not really a fork anymore because I'd like it to be in Vanilla ES5/ES6/ES7 supporting strictly RAML 1.0. It is possible in the future to support 0.8...
@galk-in 1. I understand what changing the underlying language is like, its a huge PITA with little reward. I 100% agree with the fact that coffeescript is dying/dead and the...
Give me this coming weekend @janaaronlee, I got swamped and didn't get as much done as I had hoped :) Phase 1 will be to first migrate to ES6 still...
You can use typings without using TypeScript. That and most editors these days can read typings to validate that you are using the proper API. TypeScript adds more typing in...
I got wrangled into another side project so its a bit on hold until March 15th(got something going on that day). I'll be full force on it after that, or...
Sorry I've been swamped with another project. I'll push changes shortly and share it here guys.
I'm pretty open to restarting this I've just been super swamped the past few days with other side projects. I honestly need at least one more person who can decipher...
I'm not using typescript btw, I've talked about it in this thread and others before but there is very little value in adding "compile" time type checking for JS. I'm...