Dominic Garms

Results 180 comments of Dominic Garms

Hi @alferov after upgrading to 1.0.0 your plugin doesn't work any more. I didn't change a line of code but now the Blob isn't recognized or generated any more: ```...

forget my previous statement... For sure I needed to update the `saveAs`call I didn't read the changelog.. All good again. Do you know the meaning of `disableAutoBOM`?

+1 I think the space of the error shouldn't be applied to all input containers. It looks weird that a container which has an error handling has more space than...

@frowhy thanks for your contribution. What exactly is the benefit from this PR? Inject already does its job, don't see the point to change the current behaviour

@drewbaker I'm sure you can use the same code as in the `asyncData` example. https://github.com/nuxt-community/apollo-module#asyncdatafetch-method-of-page-component

In my knowledge the `fetch` is just a NuxtJS API on component/page level run SSR code: https://github.com/nuxt/nuxt.js/blob/dev/examples/new-fetch/components/Author.vue#L20 So the example https://github.com/nuxt-community/apollo-module#asyncdatafetch-method-of-page-component is still valid.

@Atinux @alexchopin could you shade some light to this topic? I would guess that from the new `fetch` in any component level all the code runs in SSR mode. Would...

Usually webpack is taking care of the graphql-loader and not babel. For me it sounds you need to add the specific webpack config but I am not sure about it...

@randyhoulahan are you using TypeScript? There is a neat plugin which kind of makes this whole procedure even easier: https://www.npmjs.com/package/ts-transform-graphql-tag

@zhanafe did you see my comment? without knowing if that makes a big difference can you check if it it needs to be updated?