Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

I want to start using it, but I would like to know if that react-router layout flexibility issue is still actual. That sounds like something I would run into

@IvanGoncharov I answered your question as part of a question I put https://github.com/APIs-guru/graphql-faker/issues/94

Ok, I figured it out. Here's what you do. Create a Dockerfile ``` FROM mhart/alpine-node:12 WORKDIR /usr/src/app COPY ./src/apollo/remote/my-schema.sdl /usr/src/app RUN npm install -g graphql-faker EXPOSE 9002 CMD graphql-faker ./my-schema.sdl...

@IvanGoncharov Sure

https://github.com/APIs-guru/graphql-faker/pull/95

BTW, tried changing the docker image to the official graphql-faker one. Didn't work right away and figured why spend the extra time figuring it out.

I resolved this by ``` ,connect: function(node, evtType, context, callback){ //TODO: use event listeners instead var self = this; function handler(evt){ evt = self.fixEvent(evt); context[callback](evt); } if(node.attachEvent)node.attachEvent('on' + evtType, handler);...

Right, yeah, I will focus time on deploying this. Sorry guys

Ok, first things first. You should use the latest beta and take it from there. Secondly, if you deepmerge a normalized entity you need to avoid that the merger function...

Ok, one question. Which version of normalizr-immutable do you use. I have made significant changes in the betas which I haven't deployed as a full version yet because not all...