Alex

Results 76 comments of Alex

I tried to use it with jdk 1.6 but got same error while bulding restdroid module. If I create a new app with eclipse and add restdroid as module (without...

The easiest way to reproduce error is just to create app with IDEA and add RESTDroid as library. When it starts to make main project (app) it also makes RESTDroid...

Nothing changed. Same errors.

May be this topics will help: http://stackoverflow.com/questions/8935185/how-do-i-use-java-generic-wildcards-with-methods-taking-more-than-one-generic-pa http://stackoverflow.com/questions/9996677/generics-issue-inferred-type-does-not-conform-to-declared-bounds?rq=1 It seems that it's not only idea issue, because I got it in eclipse also. May be idea follows some java standards...

No, I don't use openjdk. Only oracle jdk both win and linux 1.7/1.6 versions.

Mermiad has a big advantage, generated diagrams could be embedded to markdown files and github, for example, could render them. So I think it worth not to "replace" but maybe...

Basically I just want to have some consistent behavior. So if objects sealed - then they should be sealed in all cases and throw error on mutation no matter in...

@jasonwilliams You can try to using `process.env.ALLOW_CONFIG_MUTATIONS = 'true';` when you start your tests or setting such env variable to make config work as usual.

Thanks for advice. I'll consider redis pub/sub as one of solution, but I still interesting in first approach: storing connected client list not in nodejs memory.

Pub/sub with redis or another software with rooms looks quiet good. And maybe it will be also good for clustering in general. Now about 1st idea. Storing `spark` or some...