Ping Zhang
Ping Zhang
https://github.com/rchipka/node-osmosis/issues/20#issuecomment-295506643 Looks like it should be: ``` osmosis.config({proxy: 'localhost:8080'}) osmosis .get('www.craigslist.org/about/sites') .then(function(context, data, next) { console.log(context.response.data); }) ``` the version that I am using is 1.1.4
then I think you can do: ``` var instance = new osmosis.get(url) instance.config({proxy: 'free-proxy.org:8080'}) instance.then(function(context, data, next) { console.log(context.response.data); }); instance.run() var instance2 = new osmosis.get(url) instance2.config({proxy: 'another-free-proxy.org:123'}) instance2.then(function(context, data,...
> @pingzh, very good call. Do you know of a better probe to use when it's disabled? > > I'm tempted to just add an `enabled` flag around this feature...
@SkyHyperV try this: `logging.getLogger("tda.auth").setLevel(logging.WARNING)`, i am using it
hi @SteNicholas @turboFei I created a `make docs` to easily generate the docs. could you please take a look at this?
I will take a stab at this