Stuart Roebuck

Results 26 comments of Stuart Roebuck

Clara, Unfortunately I haven't had time of late to do any work on this, however, there are a number of Java code coverage tools that work fine with Scala and...

Do you agree that: `case class Person(firstName: String, lastName: String)` should have red bars if it is not used at all by your test code? If it is a code...

Stefan, Apologies for the lack of response here. I've not had the opportunity to look at this for a while but hope to again, particularly when the next stage of...

Same issue. In my case taking 21 minutes to launch. ```log ... 22:03:44 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.10.1 1.18.37.dev_00", update_by:...

Okay, so following the above I tried ```console WAYLAND_DISPLAY=Z warp-terminal ``` Where almost anything works as the value `WAYLAND_DISPLAY` but not nothing! So in the above I've set it to...

Confirming the `lsof` process, the full command line being: ``` lsof -t /run/user/1000/wayland-0 ``` Which returns the process id of gnome-shell. When I execute the command line separately from a...