Aleksandr Popov

Results 27 issues of Aleksandr Popov

99.38% - (program) and not expandable inside.

node 5.x+ ``` { "name": "RequestError", "message": "Error: ESOCKETTIMEDOUT", "cause": { "code": "ESOCKETTIMEDOUT", "connect": false }, "error": { "code": "ESOCKETTIMEDOUT", "connect": false }, "timeout": 60000, } } ```

1) What version of the module is the issue happening on? Does the issue happen on latest version? 0.22 2) What platform and Node.js version? (For example Node.js 6.9.1 on...

I have follow code: ``` const { RRule, RRuleSet, rrulestr } = require ( 'rrule') const rruleSet = new RRuleSet() rruleSet.exdate(new Date(Date.UTC(2012, 2, 1, 10, 30))) // Add a rrule...

https://codesandbox.io/s/form-quickstart-forked-5qm1s trying to use form props in computed props, but value is not refreshed. ``` get sumbitingOrValidating() { return this.form.submitting || this.form.validating; } ```

Can file input operate in append mode? so on each open it add files, without clear previous? unless not cleared( uploaded ) manually

I'm using Redis as an optional cache layer. if its failed to connect - it is wait infinitely on GET command and not tried to set `commandsQueueMaxLength:0` is it any...

feature

Scenario: - has model with several listeners on some property propA - one of the listener change another property propB. - In rest of handlers for propA previousAttributes contains new...

bug
help wanted

I tried to debug it at bulk_writer.js ``` thiz.client.indices.putTemplate(tmplMessage).then( (res1) => { debugger fulfill(res1); }, (err1) => { debugger reject(err1); } ); ``` and it fall to catch with error...