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...
Thanks for checking this out @nahuelon. `deep-object-diff` looks useful. The two issues are really closely related. We could maybe even tackle them both at once and just completely rework the...
@tnolet personally I think that it would be a useful feature. It would take a day or two to do, though. Please feel free to close it if you don't...
@nahuelon that looks awesome 👀 Should/could we add special handling for browser check code? In your example screenshot for change-1, it could be cool to just show a text diff...
@tnolet maybe you have ideas on how `--preview` should work?
Thanks for the review @tnolet :) The backend changes are still in-development. I'll merge this when the changes are deployed.