Xu zian
Xu zian
Test shows error on my site: - ubt 22.04 Jammy / make release-llvm-jit / bpftrace version 0.9.4 Tried some other versions of ubuntu (23.04 as bpftime requires), bpftime of other...
Gone through the code in PR, it seems modifications has nothing to do with stdio during the test example. I tried to run test locally, printing debugger told me the...
Hi, I've made a draft pr to this issue with basic logging redirection feature finished: https://github.com/eunomia-bpf/bpftime/pull/301 There are still some questions too be solved before further works and merging. Please...
Just for reminding, have you considered similar solution like iterm2? Iterm2 implements background transparency, blur, border and shadow at the same time under macos. I have never dived into implementation...
I have not tried `neo-tree`, I'm working with telescope file browser and it works as expected. I'm not sure what do you mean: 1. Does `neo-tree` auto refreshes after switching...
Currently it seems diffing non-git files are not supported. Either `git` or `hg` adapter needs to be selected. https://github.com/sindrets/diffview.nvim/blob/4516612fe98ff56ae0415a259ff6361a89419b0a/lua/diffview/lib.lua#L19-L39 Also advocating for this function. The name `diffview.nvim` sounds like a...
> It could be using git diff --no-index path1 path2 which works well for any paths Does diffview have support for this? POSIX diff can do this too I'm afraid....