defpis
defpis
Hello, I'm a newbie on vim, thanks a lot for making such a plugin👍🏻. Recently, I am using lua to build my own neovim configuration. I hope to bind a...
按照Antd的文档实现动态主题,需要引入`antd/dist/antd.variable.min.css`,如果不引入我发现`ConfigProvider`配置无效,我查看了一下这个文件体积有500kb+,这部分的样式是否可以按需导入? 我的配置如下: > vite.config.js ```js import { defineConfig } from 'vite'; import { fileURLToPath } from 'url'; import react from '@vitejs/plugin-react'; import { createStyleImportPlugin, AntdResolve } from 'vite-plugin-style-import'; export default...
Current behavior:  Desired behavior: 
when I run `make install` occur error: ``` error: linking with `cc` failed: exit code: 1 | = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/bytedance/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" ...... 9225b8e469c32698.rlib" "/Users/bytedance/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/bytedance/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/bytedance/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib"...
In the chapter "Resolving and Binding", I found that a function will create two scopes: one for the arguments, and another for the function body. ```java private void resolveFunction(Stmt.Function function)...