Joseph Harriott

Results 13 comments of Joseph Harriott

Fix reported by @lyhxiangyang in [#2361](https://github.com/ranger/ranger/issues/2361#issuecomment-888886168) worked for my `ranger v1.9.3 on Arch: ```bash sed -i 's/.path for f in files]/ if isinstance(f, str) else f.path for f in files]/'...

@jhoneill, yes, if I set `$PSStyle.OutputRendering = 'PlainText'`, it turns off my default colouring, but then, in that state, if I `$host.UI.RawUI.ForegroundColor = "DarkGreen"`, all output is DarkGreen - did...

(@SteveL-MSFT unfortunately your image won't display in Edge, Firefox, or Google Chrome.) `PowerShell -NoProfile` reveals that all is well here, so my glitches are caused by something in my `PSProfile.ps1`....

Also, under DESCRIPTION, it seems to have a line taken from the `fasdr` repository...

`vim 9.0 patches 1-354` here now, so tried again here the recommended loading order: ``` .vim/after/plugin/plugins.vim packadd nerdtree packadd vim-devicons ``` and `NERDTree` again doesn't find the `vim-devicons`...

Wow, very thorough and informative, thanks - cleared up some mysteries for me.

@parkr, `GitHub Pages` is now using `jekyll 3.9.3`, and this is still an issue...

So I checked again, with no other packages, `scriptnames` ends with calls only to `NERD_tree.vim` & `webdevicons.vim`: \- either your recommended order (and `devicons` are **invisible** in `NERDtree`): ``` ......

In an Arch Linux, Python 3.8.1 & python-cairo 1.18.2-3, I'm still getting: Traceback (most recent call last): File "/home/jo/.virtualenvs/photocollage/bin/photocollage", line 21, in from photocollage import gtkgui File "/home/jo/.virtualenvs/photocollage/lib/python3.8/site-packages/photocollage/gtkgui.py", line 26,...

guioptions=egrL Including `se go+!` in my `vimrc` doesn't stop the undesirable launching of the command window.