Marc Legendre

Results 6 comments of Marc Legendre

Hello @nedbat, Here is a possible a fix to a minor issue I stumble upon in the HTML report. What do you think of this PR? (Also, thank you for...

Hi there, We are trying to upgrade from CDash 3.0.3 to 3.1.0, and we are struggling with the same questions. I am glad to see some efforts go into modernizing...

> error in process sentinel: peculiar error: "exited abnormally with error code 1" Something similar happened to me after I installed a new python version (I upgraded an Ubuntu system)....

FWIW, if you use a CTest script to drive CTest, you can get the build ID of the submission with the `BUILD_ID` option of [`ctest_submit`](https://cmake.org/cmake/help/latest/command/ctest_submit.html).

Ok, thank you for your reply, and for the ideas :-)

I don't understand everything in `RFB`, but I am wondering if maybe `_handleResize()` should call `_saveExpectedClientSize()` like `_resize()` does ? ```patch diff --git i/core/rfb.js w/core/rfb.js index 0007bed..2758a1e 100644 --- i/core/rfb.js...