Oliver Ford
Oliver Ford
No no, that what you have with named colours like `red` et al. is what you want. That leaves it to your terminal to decide what actual colour that is,...
What do you mean by 'not working'? What actually happens/errors? The highlighting is actually delegated to diff-highlight, and so bugs about that are unlikely to be dsf bugs. Further, it's...
It's not really a case of diff-so-fancy not (or declining to) supporting it - it's just outside its concern. The colours resulting from using dsf (as with plain git, or...
I think the deletion in OP must have been unstaged (i.e. `rm` not `git rm`) @scottchiefbaker, otherwise `git add -p` will always skip it, won't hit dsf.
The readme here still points at forum saying it's closed source/'stealth mode' btw - might be good to update that to point at moggie?
> What is this about ? > Look at kde global menu It seems it's a macOS-style menu bar (of File, View, etc.) for the whole workspace, replacing a per-window...
> I've got a global menu in qtile, and frankly i don't understand how people can use tiling window managers without them. What's the connection? If anything I would think...
`coalesce` is mentioned a couple of times as being a work-around, but trying to use it in the first place is actually how I ran into this. I assume it...
@mloskot No, because it is labelled 'enhancement', not 'bug' or 'missing docs' or something. (By a maintainer, with https://github.com/hashicorp/terraform/issues/24128#issuecomment-702456250 on intention, and draft PR hashicorp/hcl#538.)
`tfenv use` switches to using the latest version that's already installed. If you `tfenv install latest`, 1.3.3 (now) should be installed, and then `tfenv use latest` will switch to that....