Guochao Xie

Results 7 issues of Guochao Xie

It seems that it cannot render Chinese characters or emoji. Please fix it or provide the instructions to recover it!

bug

I have included an in my HTML whose src is a local image file. However, the package tries to download it from the network. I believe this bug deserves works...

bug

# Describe the bug The current implementation contains duplicated `attach_pid` and `create_dir_all`. Since cgroup v2 uses a unified hierarchy, there is no need to do multiple `create_dir_all` and `attach_pid`. Only...

Priority: Low
Type: Performance

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

This patch enhances thefuck by querying ChatGPT optionally. The user sets an environment variable `THEFUCK_OPENAI_TOKEN` from OpenAI to enable it. Three new arguments are added: 1. `-c` or `--chatgpt`: the...

This patch resolves the [issue](https://github.com/iovisor/gobpf/issues/329) to make the flag length variable by replacing the regexp pattern `(.{4})` with `(.{4,})`.

## Root Cause Since [commit](https://github.com/torvalds/linux/commit/54357f0c9149c871e5e4b83ad385a6f2ad3a749f#diff-788d35f74d606e04b3cdf1ae0afbd1cb1159e8750449e1774f110d87adbadca1R4202), a new flag `migrate-disable delay` has been added to the tracepipe flag. ## Error The current [regex](https://github.com/iovisor/gobpf/blob/master/pkg/tracepipe/trace_pipe.go#L68) does not well to parse with the additional...