ETHproductions

Results 14 comments of ETHproductions

@pocesar When I try to run the example Istanbul command, everything works fine until it tries to perform `cat`. I'm on a Windows computer, so there is no `cat` command....

Thanks for the reply. First I tried just putting the paths into proxy.js like so: ``` require('fs') .createReadStream('./coverage/lcov.info') .pipe('./node_modules/coveralls/bin/coveralls.js'); ``` That raises an error though, so I tried creating a...

Would just calling `node ./node_modules/coveralls/bin/coveralls.js ./coverage/lcov.info` work instead?

I decided to give up on trying to get it to work on _my_ computer, since Travis CI only tests on Mac and Linux (as far as I'm aware). After...

Thanks for the suggestion! An auto-golf button has been brought up before, and I would like to add it; however, as soon as I have time, I'm going to create...

Thanks, interface is indeed a better term for it. I do also happen to be creating a new interpreter for Japt v2.0 :-)

@PeterShaggyNoble I was just thinking of something that adds in shortcuts wherever possible. Anything beyond that would be very tough to do automatically...

Hmm, that's a pretty good idea, but idk how easy it would be to pull off. Remember that one of `+-*%&|^` etc. after a lowercase letter already transpiles to a...

This has been done partially done, if only for another reason; I found that the easiest way to make auto-functions (e.g. `mp2`, map by using `.p(2)` on each item) shorter...

Whoops, sorry for not getting back to you. I really like this idea, but it would be awfully hard to write, mainly because JavaScript doesn't have all the same built-ins...