ZuoXinyu
ZuoXinyu
> I can't seem to reproduce this. What is your nvim-tree-sitter configuration, if any? Where is your cursor located when you do `da%`? Sorry, here is my treesitter config: ```lua...

As a successor of **PURE** functional language (e.g. Haskell), maybe we should think it more functionally: I recommend to define numbers as [Church Numerals](https://en.wikipedia.org/wiki/Church_encoding). I can't find a heap-free implemention,...
> @hawkw that seems like it could easily be done in a clone where you basically clear the data 👍 Agreed, maybe roughly implement like it does in [`http-types`](https://docs.rs/http-types/2.2.0/src/http_types/request.rs.html#873).
maybe『修饰』?
Seems that the Deskband APIs are removed on Windows 11.
提议一个翻译原则: 1. 非 Rust 独有的东西,如类型系统、语法、语义、异步等语言特性,尽量参考现有的其它主流译法,如「生命周期」,虽然不是完全准确,但已经是 de facto 的译法。 2. Rust 独有的机制,如 Cargo 和相关的包管理中的名词以及 Rust 语言本身,直译没有意义的词,倾向于不译。