Justin Hammond

Results 62 comments of Justin Hammond

@Josiassejod1 although that works, it's not ideal for our situation. The code we are using to accomplish this can be found here: https://github.com/EasyPost/easypost-node/pull/253/files#diff-34ee99ca00f431605c35bbb1974fb5cad2c5cd3c076ff29165d24d490c619459 (the PR is large but the file...

Any thoughts on this? It's been 2 months now without any comments.

5 months is ample time to at least acknowledge this issue. Is there a way I can get this plugin to only format my shell scripts and exclude cron files...

I've tried all of the above suggestions with no luck and am continually met with the following error: `ReferenceError: Can't find variable: List`. Is there a new approach to using...

I'm also interested in getting the `readthedocs` updated to the current version which at the time of writing is `4.1.1`. I see how to build the new docs but it...

The name of this issue is incomplete and should be clarified to include *what kind* of option. Had to dig around awhile before I found this to be what I...

We have released the `v4` release candidate of this library which is thread-safe by having an isolated `Client` object. Each client object requires an API key and HTTP calls are...

This PR needs to be put up against the `v4` branch, not master. The `v4` branch may also need to be updated as I created it a couple weeks ago.

I'm also not seeing any tests that check if multi-threading does indeed work (safely). We'll need those added too.

> Thoughts on how to prove that? Prove that the API key for a given client is what is was originally even after a new client (with a different key)...