Luv-Ray
Luv-Ray
discussion: https://github.com/helix-editor/helix/discussions/9997 This will affect `Goto next function`, `Goto next type definition`, `Goto next parameter` and `Goto next comment` in normal mode. All of them will keep the cursor at...
Add ``, `[]`, `{}` to trim when call `gf`, so that `gf` on `` will open the link rather than open a file. Also check the pair matching to prevent...
链接错误,应为 https://github.com/LearningOS/rust-based-os-comp2023/discussions ,文档中少了最后的 s
fixes #12689 --- changelog: fix [`overly_complex_bool_expr`] triggers wrongly on never type
As [`Layout::array`'s document](https://doc.rust-lang.org/std/alloc/struct.Layout.html#method.array) said, when the total size would exceed `isize::MAX`, returns `LayoutError`. Not the `usize::MAX`. https://github.com/rust-lang/nomicon/blob/0d5f88475fe285affa6dbbc806e9e44d730797c0/src/vec/vec-alloc.md?plain=1#L178-L182
fix #6266
error when I run `make build_docker`: ``` Step 8/13 : COPY --from=build_qemu /usr/local/bin/* /usr/local/bin When using COPY with more than one source file, the destination must be a directory and...
fixes #6796
fixes #8040 set a signal handler and terminate child process on receiving SIGTERM. I'm a bit confused about how to write tests for it, is it appropriate to use `ps`...
fixes #7885 `copy_stream` doesn't clear the dest file, if dest is not a stream, clear it manually.