Results 19 issues of Tw

when we find a map's element which its defination is located in another file, it will crash. Signed-off-by: Tw [email protected]

when there are multiple platform/architect implements, all of them will be printed.

Formatting request is usually sent immediately after didSave notification, this could cause formatter doesn't work while building is running. On my end, this is the error log: ``` LSP Warning:...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues It...

feature

``` ~/code/zig-bpf-intro> zig version 0.8.1 ~/code/zig-bpf-intro> zig build error: FileNotFound probe...The following command exited with error code 1: /home/tw/Downloads/zig-linux-x86_64-0.8.1/zig build-obj /home/tw/code/zig-bpf-intro/src/probe.zig -OReleaseFast --cache-dir /home/tw/code/zig-bpf-intro/zig-cache --global-cache-dir /tmp/.cache/zig --name probe -target bpfel-freestanding...

I think it would be nice to have `GET` as a fallback if `HEAD` failed. I encountered this issue many times. For example this link: `https://gsuitetips.com/tips/chrome/restart-chrome-without-losing-tabs/` ``` > curl -I...

git alias may contain some options, like `alias ci=commit -s`. So adjust the regex to only capture the first word after equal mark as the target.

``` > echo foo > test.txt > jo '[email protected]' {"test":"foo"} ``` The manual says: > @file substitute the contents of file as-is Why the trailing newline is stripped when processing?...

### Zig Version 0.13.0-dev.28+3c5e84073 ### Steps to Reproduce and Observed Behavior Currently, the debug information for `Subprogram` doesn't include `retainedNodes` property. This is used to get function argument's name when...

bug

For example: ``` % zig build trace -Dkprobe=vfs_read zig build-exe trace Debug native: error: the following command failed with 1 compilation errors: /home/tw/code/zig/stage3/bin/zig build-exe /home/tw/code/zbpf/src/trace.zig /home/tw/code/zbpf/zig-cache/o/78a2ee489f9462b6ce60737103daa98e/liblibbpf.a /home/tw/code/zbpf/zig-cache/o/b4e27ee35a32d0daa776bdc75f0b1169/libz.a /home/tw/code/zbpf/zig-cache/o/fb7daa1e59d9fb6436cf07669dc20b1b/libelf.a -lc --cache-dir...