andrew morton
andrew morton
I spent a while wondering why the SubscriptionStatus didn't match what QBO showed on: https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000800_manage_your_apps/quickbooks_online_subscription_states Then I found this in https://developer.intuit.com/docs/api/accounting/companyinfo And at that point, little hint "returned in the...
This will provide the full context on why the save failed, even if tests are running with `--silent`.
I was trying to figure out how to find the SOAP name for a record from a function I'd written that returns a couple of types. Poking around the code...
I'm curious what people are doing for error handling. I've noticed that `upsert` doesn't always raise an exception, e.g when upserting an invoice with a duplicate record I'll see this...
It points to https://github.com/mikeal/node-utils/tree/master/request but it seems that https://github.com/mikeal/request is the new home.
In the README: > You can see a video of it in action here: [Haircut in Action](https://vimeo.com/user7743505/review/46901981/e833d7d78d). https://vimeo.com/user7743505/review/46901981/e833d7d78d now 404s.
Looking at http://cosmos.layervault.com/haircut.html and it's really hard to read. I'm hoping you can rethink the choice of black text on an almost black background. I had to bump the brightness...
When ever you've got the tags building there's a lot of actions that will trigger a "Please wait while tags are built" dialog box, specifically right clicking is annoying. It'd...
A quick hack is to use some bash to send your docs off to the online validator: ``` bundle exec rake swagger SWAGGER_LINT=$(curl -X "POST" "http://online.swagger.io/validator/debug" --silent -d @swagger/v2016-09-01/swagger.json) if...