sandfox
sandfox
I see, thank you! Maybe you can deprecate the old package? ( https://www.npmjs.com/package/aws-arn-parser ) https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions _Originally posted by @defel in https://github.com/sandfox/aws-arn-parser/pull/4#issuecomment-474937328_
If this module is included anywhere in a module tree that already includes `coffee-script` then [the assumption](https://github.com/missinglink/ciao/blob/9ad8e64dfa3e4aea6b27f8b10f702c13e4be3d87/lib/RequestChain.coffee#L56) that the coffee script binary will be inside ciao's `node_modules` folder will probably...
Throwing when `JSON.stringify` errors seems a little unfriendly as it requires users to wrap every use of the library with a try/catch block and the library probably shouldn't throw anyway...
The readme could be a little more friendly to first timers and the docs can be confusing to people who are not familiar with resource/object pooling. - Make the the...
As noted in #203 `destroy` and `release` both can `reject` with `'Resource not currently part of this pool' Errors. The error is actually a bit of lie as the internal...
Currently resources are only tested when being pulled from the available pool. We should add flags to allow (names debatable). - `testOnBorrow` - `testOnReturn` - `testOnCreates` - `testWhileIdle` - idle...
* **Version**: any * **Platform**: windows * **Subsystem**: all It would be good to get some windows builds running alongside the travis ones. I'm not sure what the best way...