Christopher John Lample
Christopher John Lample
It may be possible to exclude these additional dependencies using maven: https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
@shaleh sorry for abandoning this one for a while. If I remember correctly, I wanted to merge https://github.com/remacs/remacs/pull/1535 first as it had some tests using window scroll bars that I...
The failure is from `regex-tests-PTESTS`. I think that it might be unrelated, but I'm not sure what the root cause is.
One option might be to change the run command in the terminalizer config. I had the same issue with the default run command `/bin/bash -l`. Changing it to just `/bin/bash`...
I'm not sure if an error makes sense for all non 2** response codes. It seems like we might get non 2** response codes for pages that are still accessible...