VisionaryAppDev
VisionaryAppDev
Since I am using Doom Emacs, I have lsp-tailwindcss config as: - Packages.el ``` (package! lsp-tailwindcss) ``` - config.el ``` (use-package! lsp-tailwindcss) ``` - As for lsp-log: ``` Command "/home/pc/.emacs.d/.local/etc/lsp/npm/@tailwindcss/language-server/bin/tailwindcss-language-server...
Just curious if tailwind support will come to life anytime soon? it's been a while now and haven't seen any update at all.
Yes it is a great project. But I found multiple tailwind projects is suspended and mentioned this pull request. And since I saw this pull request is inactive for so...
If you use Doom Emacs, there is an uninstall command like this one: 
Hello @fengyuanchen, I have tested this lib for a while on Nuxt 2 and it's working pretty well. But, there is some problem when using it on Nuxt 3 and...
It does clean the console but when there is something written into the console, the last few line that is already removed come back. Not sure if it's an expected...
Thanks @jadestrong. I have tried adding you snip above into my config.el and it is working now. ``` (use-package lsp-tailwindcss :init (setq lsp-tailwindcss-add-on-mode t)) ```
Seem like I got this issue as well. Today, I just got an error in the Google Search console that there is some duplication related to my JsonLd. The thing...
Thank a lot @sneas. From your trick, I have managed to get it working with SvelteKit now. > custom attribute via bind:this For SvelteKit, I could assign it directly. Not...
Hello @ilammy, I have tried renaming "libthemis_jni.dll" to "themis_jni.dll" and "themis_jni" and the application got another error instead. ``` FAILURE: Build failed with an exception. * What went wrong: Execution...