Results 31 comments of Denis Zhbankov

Current version of this branch adds just one file at a time (as opposed to using a loop to add all of them at once). Can probably resolve UI hanging...

Could you please clarify a bit more what exactly are you trying to achieve? As far as I understood your situation, you've received your secret key and started to sign...

@bikeath1337, of course you shouldn't expose your private key to clients. What do you mean by a "secure signer"? It is secure, until you allow someone to read your server's...

First of all, thanks for the detailed explanation! One question so far: which version of `Evaporate` are you using (1.x or 2.x)?

Well, currently `sticky-cluster` has only an option to configure `port`, not `host` in `server.listen()` call, but it can be changed quite easily, PR's are welcome )

[lib/index.js](https://github.com/uqee/sticky-cluster/blob/master/lib/index.js#L4) -- list of `options` [lib/master.js](https://github.com/uqee/sticky-cluster/blob/master/lib/master.js#L32) -- `listen()` call `README.md` -- docs `package.json` -- version

Current version uses Angular 1.x. Angular 2 is still in beta, so I didn't really dig into it yet, but I suppose a little modification will be required to migrate....

Any chance for me to ask for a reproduction example? At least when it fails sometimes.

The idea of swallowing unknown exceptions slightly bothers me, actually.. For example, what if it was a failed DB connection instead? Worker wouldn't be able to behave properly then. The...