David Rees

Results 61 comments of David Rees

Actually, I installed MozLab because it was all I found on Thunderbird side. I now see its an older version of MozRepl. But I also see that you removed Thunderbird...

I'm wondering if the left-justified problem you are describing as the same as the right-justified problem I describe here - https://github.com/stephband/jparallax/issues/25

Interestingly this issue talks about them starting too far left - https://github.com/stephband/jparallax/issues/12

It looks like ` --compile-commands-dir` only supports one compile-commands.json file? So it wouldn't work for cases that need multiple files (like possibly multi-root workspaces https://github.com/clangd/vscode-clangd/issues/38).

Where are the clangd indexes placed now? I don't see the " .clangd/index" that https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/clangd/Installation.html describes either in my workspace or $HOME.

Ah, yes. I just saw that. I left them a suggestion to add that to the docs.

I was working from the older https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/clangd/Installation.html since that was the only place I found the index file location documented.

This burns me a lot also. I agree putting them in Drafts is the right solution in the long-term. Is there at least a way to warn the user when...

FYI, I added a minor pull request that makes continuum's dependency on status-right clearer in the README - https://github.com/tmux-plugins/tmux-continuum/pull/98. I also created issue https://github.com/tmux-plugins/tmux-continuum/issues/99 to look for some hook other...

I if tmux doesn't have a hook another option would be to add the continuum_save.sh to bash rather than tmux (e.g. PROMPT_COMMAND).