Aleksandar Dimitrov
Aleksandar Dimitrov
### Describe the Bug With `serde-wasm-bindgen` conversion between bigint and u64 is unproblematic. When I have a `struct` with a `u64` in Rust, I get a `bigint` (or `BigInt`) in...
TreesitER
Emacs 29 will bring `treesit`—a new way to incrementally parse files using `treesitter` grammars. It's fantastic :tada: This is supposed to bring treesit-based expansions to expand-region. Since we can use...
This fixes #5153. Change the type guard on `isCancel` to `CanceledError`. This makes more sense as it reflects what `isCancel` is actually doing. In fact, if I'm not mistaken, the...