IlyaL

Results 109 comments of IlyaL

Please try installing it directly on the Apple Watch, this worked for me! https://github.com/kuglee/TermiWatch/issues/20#issuecomment-497326932

I just cloned the project and tried to understand its functionality. I found that the biggest challenges might be: - Recording the currently opened package name. - Determining whether the...

If you use `next-themes`, give this a try. ```js import { useTheme } from 'next-themes'; const { resolvedTheme } = useTheme(); ```

Same question. I just read issue #3437 and hope to see the feature opened to allow selecting duplicate values. Additionally, it would be great to have a fix for the...

I guess the issue here has been resolved, so I will close it. If not, feel free to reopen it.

Can temporarily solve the problem ``` on_attach = function(client) client.server_capabilities.semanticTokensProvider = false end, ``` But I still hope @pmizio can take some time to look into these issues 🙏

> > [This commit](https://github.com/neovim/nvim-lspconfig/commit/c9f387f) in nvim-lspconfig mentions that vue integration is now done via a tsserver plugin instead of using volar in take-over-mode. I think I got that working with...

> > 現在您可以在 volar v2 中再次使用接管模式 > > 如果您能告訴我們方法,我們將不勝感激。 ``` volar = { filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' }, init_options = { vue = { hybridMode =...

> Or does it mean that typescript-tools works only with TypeScript files, while vue files are handled by volar? Turning off hybridMode means reverting to the old version 1.8 mode,...

Yes, as mentioned above, you should use [unplugin/unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components),