Results 12 comments of Chris Taylor

I have the same problem with this Docker image selenium/standalone-chrome-debug i.e. no version number so I assume 'latest'. When I use selenium/standalone-chrome-debug:3.141.59-neon everything is fine.

I would also find if very useful if the Diff tab was the default.

This is my config: ``` { 'kevinhwang91/rnvimr', config = function() vim.keymap.set('n', 'l', function() vim.api.nvim_command 'RnvimrToggle' end, {}) end, }, ``` Leader plus l opens ranger but when I press leader...

Full disclosure: this is my first ever review! I cannot reproduce. When I run the example code provided by @Kaaly I get timestamp values returned by `$file->getMTime()` and no error.

Are you connecting via ssh to Windows or running Symfony on Windows?

Can I assume you're using the WAMP server or are you running on Windows in some other way. I notice that the default WAMP server doesn't have the ssh extension...

I get the same error on WAMP i.e. Windows. When I look for all files (should be files `foo` and `bar`) in folder `subfolder` of user `george` I get this:...

Another observation. If I do ``` foreach ($finder as $file) { echo $file->getPathname(); } ``` I get double slashes on _both_ Linux _and_ Windows: Windows `ssh2.sftp://237/home/george/subfolder/\foo` Linux `ssh2.sftp://236/home/george/subfolder//foo` There is...

It seems to me that method `Symfony\Component\Finder::normalizeDir` is responsible for the double slash. However, even without the double slash, the error still occurs.