Ed Chipman
Ed Chipman
Here's a zip of some files that produce it, I've stripped them down to next to nothing in them but it produces the issue. At least some of the time....
So here's a new one to throw into this, it doesn't appear to just be the same file name. I have three files in a folder: * external-content-support.feature * external-content-support.yml...
So this is interesting using the command you suggested running in the console has some interesting keys most are either a File or Directory but some are undefined incidentally these...
This can be turned off by setting the 2nd parameter to `new GridFieldSortableRows()` to false. That said I'll add this to the list to default it to false in a...
You know I've been noticing this in firefox on windows ctrl+backtick jumps to the first tab groups first tab. Interestingly as well backslash () is e.which==92
@dgozman have a look at the repo linked in the issue description now, you can see both tests are functionally identical but they produce different results see https://github.com/webbuilders-group/playwright-23162/actions/runs/5027594204. The app...
@dgozman the only place I was able to reliably reproduce this was using github actions, I tried locally on windows 10 and in a headless ubuntu server vm both were...
I'm not really sure why Scrutinizer is not happy with composer, Travis seems to have installed properly. Though I'm working on the test failures ;)
So the tests now pass locally because the module is not the root of the install but in the case of Travis it's the root which causes the DocumentationParserTest to...
I agree about removing the `DOCSVIEWER_DIR` (same with the `DOCSVIEWER_PATH`) it's only used in the tests anyways but I will work towards removing it. As for solving the path failure...