雪域冰龍

Results 9 issues of 雪域冰龍

## ❓问题 1. ejs、sass、webpack是可以都用npm安裝嗎? 2. 我看npm安裝東西時既可以本地安裝也可以全局安裝。那我安裝ejs、sass、webpack時應該選哪種? 3. 如果是主題内本地安裝ejs、sass、webpack,會不會和其他項目内的這些東西重複? ## 🤔结果 & 预期 Please describe what you expected to see.(请描述一下你希望看到什么) 我希望不要重複安裝,因爲我硬盤沒多少空間。 ## 🐥环境 & 设置 **Node.js & npm version** ```bash node...

## ❓问题 文章的展開全文默認是當前窗口打開 ,我想在新窗口中打開,但是不知道改哪個文件的哪個屬性。 ## 🤔结果 & 预期 Please describe what you expected to see.(请描述一下你希望看到什么) ## 🐥环境 & 设置 **Node.js & npm version** ```bash ``` **Your site `_config.yml`** (Optional) ```yml...

I cant't custom CSS or plugin to create line numbers. So I want use line numbers just with input property on DOM node.

enhancement

If I create a cs file in neovim(with Neotree), csharp-ls will print "No parent project could be resolved to add file" message. It looks like changed "E:" to "e%3A" and...

查到應該替換成爲: ```typescript import Sample from '@/views/Sample.vue' describe('test', () => { it('test function', async () => { const wrapper = shallmount(Sample) // TypeScript 下需要寫成 jest.spyon(wrapper.vm, 'myFunction' as any) const mockFunction =...

The location of the documentation related to r2d2 in Diesel has changed, and the old address is no longer accessible.

I know this field is set by default, but if it's not explicitly written, Lua will throw an error: ```txt Diagnostics: 1. Missing required fields in type `MasonLspconfigSettings`: `automatic_enable` [missing-fields]...

I'm currently working on a large TypeScript project with over a thousand screens. When I test using the project's `main.ts`, `ts_ls` starts up immediately—opening the file and typing right away...

I have confirmed the source code of `mini.surround` (`mini.nvim/lua/mini/surround.lua`). Its `setup` function looks like this: ```lua MiniSurround.setup = function(config) -- ... -- Setup config config = H.setup_config(config) -- Apply config...