Ger Teck
Ger Teck
I seem to face this issue when trying to deploy on gh-pages via Travis CI:  This seems to be the case for appveyor, circleci as well. Xubuntu, without setting...
This bug seems to be introduced as mentioned previously (in related PR/issue) in `gh-pages` v3.1, where the `find-cache-dir` dependency was [added](https://github.com/tschaub/gh-pages/pull/362/files) into `gh-pages`. Subsequently, when the `gh-pages` was bumped for...
## Vue Migration Vue 2 to Vue 3 Vue Migration Guide [here](https://v3-migration.vuejs.org/) Issues that typically come up are related to both breaking Vue framework API changes and dependencies used in...
I found this useful when I was looking through this issue. [TS Module Resolution](https://www.typescriptlang.org/docs/handbook/modules/theory.html#module-resolution) [TS Module Reference](https://www.typescriptlang.org/tsconfig/#module) ``` { "extends": "../../tsconfig_base.json", "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", }, "exclude": ["node_modules"]...
Some light investigation: * I can reproduce this issue when using Node v21.7.3. * For Node v20.16.0, there isn't this issue. This issue probably will have to be addressed or...
I am proposing to up the priority of this issue. (To at least p.Medium, if not high). Some context to why the simple act of ignoring render files can drastically...
Recommend this issue to be worked on once Vue Migration is completed, as there might be some changes to the vue render function (e.g. naming etc.)
Duplicated comment from #2597 as more relevant to this issue. Some contextual knowledge for anyone reading this to better understand from quick glance: very simply, > The DataTable and Mermaid...
I wanted to raise an issue about this but realized it was a known issue. I wanted to add some context and understanding, and summarize the discussion, for future developers...
> How do we increase the visibility of this plugin? Is documentation sufficient for users to be able to find and use this plugin, or should we actively include it...