Audrius Jakumavičius
Audrius Jakumavičius
@jvandemo, thanks for you reply. I partially agree with you. Controlling how and when data needs to be filtered can be done in a controller but it can also be...
@jvandemo, it's tricky to phrase it in a concise way, but I think we could simply say "Is filtering logic handled in controller or service if needed?" and add another...
@VWoeltjen just an FYI - I have added support for `gulp-jscs` to [jscs-html-reporter](https://github.com/aj-dev/jscs-html-reporter).
Add `apollo-link-http` to your package.json dependencies. Use the following in `~/plugins/apollo/default-config.js`: ``` import { createHttpLink } from 'apollo-link-http'; export default function ({ env }) { const link = createHttpLink({ uri:...
Any idea when this is going to be fixed?
We also run into the same issue with Contentful when someone changes the link and route generation fails in Nuxt. It would be useful to get more info on where...
@mgol I agree, `npm publish` should definitely be the last thing we do.