Shamasis Bhattacharya
Shamasis Bhattacharya
I am programatically generating a bundle: ``` var browserify = require('browserify'), bundle = browserify({ insertGlobalVars: false, detectGlobals: true, browserField: false, bare: true, builtins: false, commondir: true }); bundle.require('crypto-browserify', { expose:...
This is in line with a preceding use case here at https://github.com/postmanlabs/newman/issues/1698#issuecomment-418118274 One way would be to accept proxy list as part of CLI / file.
Meant to solve / apply last-mile data transformation algorithms within runtime implementations.
Password type is essentially a string type. This is also a precursor to allow external hooks into type handling. + added new password type + reordered code in type def...
Need to discuss/test and collect the issues that 0.9.1 has. Fix them. :-)
The idea is to `destroy` a connection from a pool once it has stayed connected for a specified duration of time. - we need to accept this option - we...
Somehow (by mistake) newman went into dependencies instead of dev dependencies
Seems like present adapter setup and teardown does not account for multiple connection definitions