Phaninder Pasupula

Results 10 issues of Phaninder Pasupula

Hey guys, here is the problem. ``` $ node server.js /Users/phani/new_work/test/webogram/node_modules/ethereumjs-accounts/node_modules/localstorejs/index.js:127 var value = localStorage.getItem(key), ^ ReferenceError: localStorage is not defined at Object.module.exports.get (/Users/phani/new_work/test/webogram/node_modules/ethereumjs-accounts/node_modules/localstorejs/index.js:127:16) at new module.exports (/Users/phani/new_work/test/webogram/node_modules/ethereumjs-accounts/index.js:78:31) at Object....

Hi all, Sorry to raise this as an issue. We are planning to train our own address (osm format). Is there any document to run `osm_address_training_data.py` Any information would be...

ARCHIVED

Hi Cabrel, Thanks for the effort in putting library to make it easy to use in Angular. Lodash is continuously improving, we upgrade when required. This library should be a...

Hi all, Occasionally we are facing this error: ``` : /app/node_modules/newrelic/lib/transaction/tracer/index.js:169 : throw err : TypeError: this._ping is not a function : ^ : at Pool._maybeAllocateResource (/app/node_modules/pool2/lib/pool.js:404:18) : at Immediate.wrapped...

Here is sample code. ``` const factory = { create: function () { return new Promise(function (resolve, reject) { const client = redis.createClient(redisOptions); client.on("error", err => { debug("Redis pool: ",...

The connection seems to be falling off for long-lived connections. ``` const winstonPapertrail = new winston.transports.Papertrail(options) this.logger = new winston.Logger({ levels: this.options.levels, transports: [winstonPapertrail] }) winstonPapertrail.on('error', (err) => { this.emit('error',...

Looks like with new youtube layout and API I might have to observe more divs. The efficient way is to use observables to trigger on mutations at least for latest...