Igor Timoshenkov

Results 29 comments of Igor Timoshenkov

I guess I might be having a similar issue - `spawn` call for dialog, I enter password and then I get the following error: ``` Unhandled rejection TypeError: undefined is...

Ok, seems like we should have been calling it differently: `sudoer.spawn('echo', ['Hello'])` Please disregard my comment above.

@rquadling did that help? We're having similar issues but we're not on amazon, so can't just spin up another data-center :D

> BTW We send around 1 million webpushes/minute using this library (and lots of servers ) but we did many optimizations to do that. Could you please share those? At...

@Keffr3n answering your questions: > Can this be optimized? Yes, see @ozgurhangisi's comments above. But that would require changing the lib source code, I guess. > What If i filter...

@fpilee > Version 5 sends the message when I'm iterating over the result... Is this a performance improvement? In my opinion, there are 2 answers here: 1. Yes. the `\Generator`...

> is v5 slower (right now ) than v4 ? Do you have a benchmark? I don't think this should be relevant as only the place of actually sending requests...

I don't really think this is a problem of the library, as the security of your application a 100% your own concern (no offence). Neither is the way you store...

> On the third topic you mentioned above, I couldn't see any validation function in the library. If so I would be happy if you share with me. For sure,...