Results 5 comments of nick

i'm getting this same issue (beta8) and ``` $ dlite ssh ssh: connect to host local.docker port 22: Operation timed out ```

Hi @Rolanddoda , only actions, mutations, and getters get registered in the global namespace, not module state. see https://vuex.vuejs.org/guide/modules.html#namespacing

Hi there, i'm running into this too. trying to install event machine yields an error: ``` Building native extensions. This could take a while... ERROR: Error installing eventmachine: ERROR: Failed...

might be related to https://github.com/eventmachine/eventmachine/issues/702

i was able to get it to install by cloning your repo, pinning the eventmachine versions to 1.0.9.1 (in the gemspec and the gemfile), building the gem locally, and logstash-plugin-install...