Beau Raines

Results 19 comments of Beau Raines

Is this because the web server is blocking the file because it's so large? Both [Apache](https://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody) and [Nginx](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) have some configurations to limit file size. I don't know much about...

> There is no network request as part of JSON import; the imported file is handled entirely client-side. This is just a browser limitation. Duh. That explains why I couldn't...

I was poking around with the rtm-api and rtm-cli today and it does not look like the RTM API returns a task's subtasks. I dumped the `rtm-api` `user.get('rtm.tasks.getList')` response to...

After sleeping on this, I'm not proud of this PR. There is more I can do to make this reusable and more clear in what it's doing. While the idea...

Reopening. I realized that this is good as it is. The code needs to be written this way as it is leveraging the callback functions. I'm not quite good enough...

@dwaring87 I'm maintaining and tweaking rtm-cli . I think that RTM may have just added subtasks to their API, too! So, sign me up. I use rtm-cli almost every day,...

Check out this comment - you can pipe some external file with some caveats. https://github.com/dbcli/pgcli/issues/990#issuecomment-950209716

@douglasfsmn @aberezin I just added the ability to add a single line note to a task in my fork. Please check it out... https://www.npmjs.com/package/@beauraines/rtm-cli @aberezin And check out the `url`...

@dilawar I forgot to tag you!!! Sorry about that. Check out my fork, I've added basic note support. https://www.npmjs.com/package/@beauraines/rtm-cli

I ran into this same issue, rolling over to maknz/slack:^1.7 worked, with these exceptions... The provider and alias are slightly different than in the slack-laravel documentation. I have another app...