Divyansh Singh

Results 509 comments of Divyansh Singh
trafficstars

The utils.d.ts issue is because of imports like `from 'src/types'` -- these should be converted to relative imports. The ambient types issue is still there.

Quick question, does tres use something like triple slash reference to register global components? (similar to "vite/client" ?)

> No @brc-dd Then how are they discovered? 👀

hmm, I think they were working because when you import something `from '@tresjs/core'` it was registering the types because tres.d.ts is being imported. But this would've been flaky if someone...

Looks like that markdown cache is not causing this. Some other step is caching stuff.

This is reopened because the related PR is reverted. It didn't actually fix the issue and caused other issues. Based on the discussions on https://github.com/nodejs/help/issues/1399, I think the only feasible...

Please provide a minimal reproducible example using https://vitepress.new or a github repository. There is a likely a circular reference.

There isn't any such error with the steps you mentioned. Please create a repo with that content and share a link here.

> A boolean flag in themeConfig, enabling users to bypass the original title update logic. This provides more control over how titles are handled within the theme. It should be...