jfrantzius

Results 18 comments of jfrantzius

Hi @pavelfeldman , do you per chance know whether `PW_TEST_CONNECT_WS_ENDPOINT` is also supported in the Java client? I'm seeing my test fail in Jenkins CI in a way that lets...

Answer to self: in the Java client API this works differently, and without the environment variable, as shown here: https://github.com/RG9/remote-playwright-demo/blob/main/src/main/java/org/example/App.java#L18

This is what it contains when I changed to "Enable toString() Object View": ``` !ENTRY org.eclipse.jdt.ls.core 1 0 2023-02-15 15:42:40.427 !MESSAGE >> workspace/didChangeConfiguration !ENTRY org.eclipse.jdt.ls.core 1 0 2023-02-15 15:42:40.431 !MESSAGE...

Thx @testforstephen, I had no clue about lazy variables, and maybe the problem then is a UX problem - I guess many other people don't have a clue about this...

thx @testforstephen , but I wonder what evidence there is that evaluating `toString()` lazily results in better UX than displaying it immediately? I guess that the point of evaluating it...

Hm, as a developer, I'd like to immediately see values of variables, instead of having to either click small icons, or having to know which option to set in in...

It seems that the workaround doesn't work around anymore with Neon.2, at least for me. Does it still work for somebody else in Neon.2?