Beau Raines

Results 19 comments of Beau Raines

Oh, drat. I didn't read [this](https://github.com/maknz/slack-laravel/issues/2#issuecomment-234679019) well enough to see that there was a fix...

I've been working on a NodeJS version of the CLI with v9 API support. I started using the Python version, so I'm tryin to keep a similar syntax. ***@***.***/toggl-cli Check...

> @beauraines Github censored the name of your repo because it considered it an email address, but it should be https://github.com/beauraines/toggl-cli @atleta correct and it's published on npm too beauraines/toggl-cli

I may have some time this weekend to troubleshoot this.

This is where the problem is coming from https://github.com/beauraines/rtm-cli/blob/870a8a7408e25f71830e3eae123c7a00eaf84034/src/cmd/add.js#L42-L71 ```js /** * Process the request * @private */ function _process(task, count=1, max=1) { log.spinner.start("Adding New Task(s)..."); config.user(function(user) { task =...

This version of the cli is getting a bit stale and I've been working on it in my fork https://github.com/beauraines/rtm-cli 1. Are you running this from the repo or from...

@progers-de I've edited my comment because I sent it too soon!

@hlslaughter I've been publishing my fork to NPM you can install it from https://www.npmjs.com/package/@beauraines/rtm-cli I use my version on a daily basis If that doesn't help, what error are you...

Cool. I'm glad it's working!