Results 104 comments of Marian Klühspies

It's sad that there is no official plugin for Neo4J

I needed to remove npm remove npm remove @nrwl/eslint-plugin-nx @vue/eslint-config-typescript and install npm install @nrwl/[email protected] --save-dev and now it works. This is my package.json in case anyone struggles as well:...

This feature would be really cool to have to make it more handy to use together with static site generator based websites without the need of leaving the editor for...

Wouldn't it be better to just have a Github Action in the main repo that creates and publishes a new Docker image for every version that gets released? An extra...

Same issue when building my gridsome site. Solution from @sebastianrothbucher does not work there

I think this issue isn´t that appealing to new people including myself that are following the tutorials on their website, however maybe @jawa-the-hutt can look into that when he has...

@pratik-soni-einfochips not helping in my case. Any news about some fix for this issue? I would love to try it out somehow

@pratik-soni-einfochips My OS is Windows 10, have tried it with nativescript installed and uninstalled as well. package.json ``` { "name": "web-mobile-project", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve",...

News on this? Need to disable the cache

This also works instead of using **new File()** ``` task generateChangelog(type: GitChangelogTask) { fromRepo = file("."); prependToFile = false; file = file("CHANGELOG.md") templateContent = file('changelog.mustache').getText('UTF-8'); } ```