Tobias Diez
Tobias Diez
I had the same issue and solved it by specifying `documents` in the graphql config file. It appears to me that once you have a config file, schema and documents...
I still experience this bug. @B2o5T do you have a template that I could use to produce a reproduction? I would also suggest to add such a template prominently in...
Okay, here you go: https://stackblitz.com/edit/github-7j6u77?file=.eslintrc.cjs,test.vue I've only added the small processor config to the basic example. This is already enough to trigger the issue.
Thanks for looking into this @B2o5T. However, I still cannot make it work. In my production env, I do use vue-eslint-parser but that doesn't fix the error. And even after...
Thanks a lot, it is indeed working now. Nice! Two things I've observed so far: - the graphql processor overrides the vue processor, so that some vue rules are no...
Just add a template tag at the beginning of the existing example: ```vue test /* eslint-disable no-unused-vars */ const GET_USER = /* GraphQL */ ` query { user { name...
By the way, this example seems to miss a typescript dep: ``` /home/projects/kkviyjjpk.github/schema.graphql 6:0 error Parsing error: [graphql-eslint] Cannot find module 'typescript' Require stack: - /home/projects/kkviyjjpk.github/node_modules/ts-node/dist/util.js - /home/projects/kkviyjjpk.github/node_modules/ts-node/dist/index.js - /home/projects/kkviyjjpk.github/node_modules/cosmiconfig-typescript-loader/dist/cjs/index.js...
Another idea would be to fork Zotero's word plugin: https://github.com/zotero/zotero-word-for-windows-integration This would reduce the maintenance cost in the future, for both JabRef and Zotoro. In the long term this may...
On a second look, the zotero plugin still uses the old C++ interface while Microsoft is hard pushing the new Javascript-based Office Addons: https://docs.microsoft.com/en-us/office/dev/add-ins/word/?view=word-js-preview They work on Windows as well...
Thanks for your interest @sfsharapov! I share your preference for C#. However, it would be good if you could do a small research about what Microsoft is recommending for a...