Howard Guo
Howard Guo
I encounter the same problem with Python 3.10.4 on Ubuntu 22.04. It will result in poetry keeping recreating virtual environment on existing environment and prompting "The virtual environment found in...
+1 It would be really great to have a fallback feature to display characters not supported by the selected font. The default font for Traditional Chinese is terrible.... 😢 
Maybe we can add a warning about the misuse in the [documentation](https://nuxt.com/docs/api/components/nuxt-page) first, and the runtime warning can be added later.
I would like to supplement for @alex-zabyshny that the situation can be observed on dev server as well.
Just want to suggest that there's a typo in the issue's title, it should be `npm run generate`.
I encountered the same problem due to policy on GitHub Action. Here's my workaround. # Workaround Use `actions/setup-node` or other actions allowed in your repository and then run corepack commands...
Current label for Traditional Chinese on language selection menu is "汉è¯", which is neither in Traditional Chinese characters nor a correct name. The PR fixes that issue and also improve...
@dpvc This PR deals the same problem with [that](https://github.com/mathjax/MathJax-src/pull/751/files), and follows [your suggestion](https://github.com/mathjax/MathJax-src/pull/751#issuecomment-984770142) to move here.
I encountered this issue as well after upgrading to Nuxt 3.8 which enforces `verbatimModuleSyntax` by default. Setting this option requires using type-only import. Based on vue-tsc output, I can confirm...