Laten Path

Results 9 comments of Laten Path

@arvinxx LM Studio is an alternative of Ollama, users can download LLMs directly from HuggingFace hub. Link: https://lmstudio.ai/ ![image](https://github.com/lobehub/lobe-chat/assets/145383056/a4e02a24-f595-4793-ae76-1d20661bc7bb) Port: ![image](https://github.com/lobehub/lobe-chat/assets/145383056/dc7e52e2-b0b9-4c80-a491-3d1278023b0d)

![image](https://github.com/lobehub/lobe-chat/assets/145383056/ca78bfb6-6952-4368-b742-d58ecd643374) ![image](https://github.com/lobehub/lobe-chat/assets/145383056/46246aba-fbd1-4579-b09e-b5ea1b407d9e) I hope we have the option to change the color of the text in asterisks (italic font) and normal text too. ![image](https://github.com/lobehub/lobe-chat/assets/145383056/f8a8297a-9250-4a02-8973-65c7ba1f48d1)

@yeonjuan Dear sir, I got this warning when import `recommended` setting. ![image](https://github.com/yeonjuan/html-eslint/assets/145383056/added541-aa9a-4de1-8f0f-9c1804a6ad2a) > Hi @TheElegantCoding, Thanks for the report!. Is there anything else we need to do to support flat...

@yeonjuan It's work, sir! ![image](https://github.com/yeonjuan/html-eslint/assets/145383056/e682f9c5-8c32-4690-aa55-9d5328d954a2) Disable rule/ Auto-fix,... also work fine! ![image](https://github.com/yeonjuan/html-eslint/assets/145383056/ecab148f-daac-4857-a4f6-04355cc9749f) Thank you so much! But I have a small question, as you can see, other plugin which support...

Currently, I hide it from status bar, everything still works fine.

Btw, I hope that we can have an option to hide `bookmark` from Context Menu, because my Context Menu is too many things 😢 ![Code_VRynIgkpIT](https://github.com/metaseed/metaGo/assets/145383056/95a2256b-5265-45cc-a1cb-9817b2a0b504)

`package.json`: ```json "devDependencies": { "@angular-eslint/template-parser": "^18.3.0", "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.26.0", "eslint": "^9.9.0", "eslint-plugin-tailwindcss": "^3.17.4", "tailwindcss": "^3.4.10", "typescript": "~5.5.4", "typescript-eslint": "^8.2.0" } ``` `eslint.config.mjs`: ```js import eslintHTML from "@html-eslint/eslint-plugin"; import eslintTypescript...

Let me write the code for our reproduce steps. This is a simple HTML file for testing: ```html ``` Step 1: Let's test `html-eslint` plugin first. `eslint.config.mjs`: ```js // HTML...

@DianaSuvorova Thank you so much for your efforts