Towry Wang
Towry Wang
See: - https://github.com/nvim-treesitter/nvim-treesitter/tree/main - https://github.com/nvim-treesitter/nvim-treesitter/issues/4767
```bash in () ----> 1 from ballpark import H, S, E, B ImportError: cannot import name 'H' ```
``` Error detected while processing CursorHold Autocommands for "*"..function 59 s:andleActivity[23]..59_SendHeartbeat line 71: E903: Process failed to start: too many open files: "/bin/sh" ``` macos + nvim ``` NVIM v0.10.0-dev-698+g02d859a07...
full log: ```txt E5108: Error executing lua: ...al/share/nvim/lazy/mini.bufremove/lua/mini/bufremove.lua:143: Error executing lua: ...al/share/nvim/lazy/mini.bufremove/lua/mini/bufremove. lua:162: BufWinEnter Autocommands for "*": Vim(append):Error executing lua callback: ...l/share/nvim/lazy/windows.nvim/lua/windows/lib/frame.lua:98: attempt to index loca l 'curwinLeaf' (a nil...
The package is empty ?
https://github.com/cshuaimin/ssr.nvim/blob/e5768511518a397fa712f26389ba30d0404990de/lua/ssr.lua#L214 Add nil value check. ``` nvim/lazy/ssr.nvim/lua/ssr.lua:214: attempt to index a nil value stack traceback: ```
### Did you check the docs and existing issues? - [X] I have read the docs - [X] I have searched the existing issues ### Neovim version (nvim -v) nightly...
The behavior is: When press `o` to enter insert mode, the cursor will be wrongly indented.
### 相关平台 微信小程序 **小程序基础库: latest** **使用框架: Preact** ### 复现步骤 ``` TypeError: n2.contains is not a function ``` 是由于 preact 一个 commit 引起的,见 https://github.com/preactjs/preact/pull/4421#issuecomment-2290732103 ### 期望结果 兼容 preact >= 10.22.1 ###...