Andrey Sidorov

Results 937 comments of Andrey Sidorov

I had an issue installing this with node6 & ubuntu ( https://github.com/saghul/node-abstractsocket/issues/9 ), and a a result didn't have much time to test. Which node version are you using?

Hi @dashxdr ! I _think_ I understand the issue, but could you provide step-by-step example where old code would fail?

thanks! I'll try to have a look soon ( there is a huge backlog on this project I never had enough time to action )

Yes, I was thinking about this, but not sure what API would be best. Always use callbacks (and for simple synchronous handlers just end them with callback(data) instead of return(data)?...

I like your approach but I don't want to depend on any promise/deferred library. I'l try to think of some solution. (otherwise your solution looks good btw) Note that currently...

Hi @rektide ! I think I'm ready to look in this direction again, but I'd use bluebird library instead of Q

Yeah, I looked at commits in your repo @luan007 We could do the same as what mocha does: if thunk promise or generator is returned from a function, it's assumed...

I'd like to see it in main. Let's see where you are and shape api Ideally there should be no external dependencies ( thunks ) but I'm ok to depend...

I'm trying to multitask, can you please outline what we are doing here ( ideally with examples)? :) My understanding: when I'm exporting a function, currently wi create a mapping...