Rui Araújo
Rui Araújo
I agree, we have 2 major fronts 1. having nock core decoupled from the interceptor method, the module approach you suggest makes sense. I guess we bootstrap this in a...
Not really, due to some programming mistake someone passed in an object using a name that was not in the serializers list. This object was recursive (which I believe it...
I will take a look at the codebase to see how this could be done.
I had a similar issue in my application and can confirm that 7.1 can render it for the first time.
@developit Just to be clear. I was not using blueprint. I just had an infinite loop that did get resolved with 7.1. Since I tried every release from 6.x. I...
Ok, until Monday I will do this.
Nope, I will try to find the time today.
@AVVS I was reading your comment to amend the README files, and I don't understand why many user can't rely on external polyfilling for the SSR user case. Node supports...
But if the users are using something babel polyfill, it stills provides a polyfilled environment. You don't need to load external resources. I moved the polyfill to that outside service...
I must admit that I am not sure what we need to document for the server part. Once I will do understand it, I will do it for both.