Christoph Rueger

Results 179 comments of Christoph Rueger

Maybe adding it via [resolutions](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/) to package.json might be a workaround. ``` "resolutions": { "remark-html": "13.0.2" }, ```

Did you run `yarn install` again then? Otherwise, I don't know. It was just an idea, and resolutions sounded like the thing to do, to force specific versions of dependencies.

Don't know. Found this https://stackoverflow.com/questions/52416312/npm-equivalent-of-yarn-resolutions

Could you maybe add some more info to your README about the purpose? Why and when would I use it? Maybe a more complete example would already help. Thanks.

Such a pity. But I look at the bright side: We are still happy with Gridsome - just went live 2 month ago coming from Wordpress: - our page speed...

@hjvedvik Is it possible to create a new release with this commit https://github.com/gridsome/gridsome/commit/71f41848a5fb53d180513118a662aeef6344e436 which fixes the issue? It seems that it came a few days after [0.7.23](https://github.com/gridsome/gridsome/commits/gridsome%400.7.23) so it didn't...

Having same problem creating pages as suggested in https://github.com/daaru00/gridsome-plugin-i18n#route-translation-using-remote-routing-system How can this done programmatically to mimic the same behaviour as when using templates?

> The Eclipse JavaBuilder has a smart incremental builder. As it builds, it maintains two pieces of useful state: > > 1. an answer to the question "has there been...

@laeubi Wow this sounds great. Usually our pain is in bundles close to the root were we add small things (Javadoc, an if-else check inside a private method **without** changing...

Thanks @kriegfrj and @laeubi for your detailed analysis and proposals. **Let me try to collect a few sentences which I think summarize the problem quite well:** > If your dependency,...