rolele

Results 12 comments of rolele

I do not understand everything but I think this guy found a solution he explain here: https://medium.com/@apostolos/server-side-rendering-code-splitting-and-hot-reloading-with-react-router-v4-87239cfc172c and implemented it in its great website here: https://github.com/LWJGL/lwjgl3-www

Do you mean that to be able to perform code splitting we have to include the component using the path `components/atoms/Atom` (without using `import { Atom } from 'components'` index.js...

Thanks for the answer it is a little bit clearer but because the example is using redux. Setting the routerServerState does not seams to do anything. On the PostList example...

maybe this react router server state should just contain flags saying: `dataPostListLoaded: true` so that when the client try to load the data `hasServerState: !!state.dataPostListLoaded` This way you could load...

Ok thanks, I will have to understand how the commons chunk plugin work first before I could contribute to your package (which is a wrapper around this plugin if I...

Talking about that. I would like to try GlusterFS do you have any ansible script that setup the environment to work with docker swarm mode? What do you think about...

another question. is it possible to setup glusterfs with vagrant? or do you have to use. a cloud provider?

Ok I decided to use the ubuntu image but I still have some troubles. ``` FROM fluent/fluentd:ubuntu-base USER root WORKDIR /fluentd/plugins/fluent-plugin-elasticsearch-master RUN gem build fluent-plugin-elasticsearch.gemspec RUN gem install fluent-plugin-elasticsearch-1.7.0.gem RUN...

here is the stack when I try to install the gem plugins as the ubuntu user ``` [root@manager2 fluentd]# docker build -t aa/fluentdaggregator . Sending build context to Docker daemon...

the docker 1.12.2 version for mac native is not yet released. I will surely do as soon as it is released