Julian Gruber
Julian Gruber
I assume it's because you specify `package_manager: [npm]` but it needs `yarn` to run?
I just wondered if it would be possible. I want to use axon-rcp for auth stuff and thus need encryption, that's my use case...
server: ``` js var rpc = require('axon-rpc') , axon = require('axon') , rep = axon.socket('rep') , net = require('net'); var server = new rpc.Server(rep); // instead of this: rep.bind(4000); net.createServer(function...
- https://github.com/domchristie/juration - http://sugarjs.com/dates
- https://github.com/domchristie/juration - http://sugarjs.com/dates
- https://github.com/jkroso/parse-duration
- https://github.com/jkroso/parse-duration
what could we use besides subshells?