Phil Hord
Phil Hord
My .zshrc is a symlink to my git-tracked version of the real .zshrc, like this: cd $HOME ln -s .oh-my-zsh/my.zshrc .zshrc After running the installer for zsh-history-enquirer, my symlink was...
I'm using ccls and Remote-SSH. I can use "Peek references" to see refs for the function my cursor is on. But when I try to show a callgraph, I get...
### Observed behavior ccls was crashing consistently while reindexing my project. It seemed to crash about the same place each time, but I didn't check this closely. The crashing stopped...
I want to be able to decode all or part of a file and then rewind (Seek) to some earlier point in the file and re-decode it. This would enable...
When I try to build the usual way under Linux Mint (Debian) I get an error about a missing utility, depcomp: ``` $ autoconf $ ./configure $ make make all-recursive...
Colortail is writing null bytes after each EOL character. This shows up when I pipe into less or hexdump. ``` echo test > foo echo another test >> foo colortail...