Open litt3 opened 1 year ago
I'll work on it.
@alittley
Could you provide more information on how to reproduce it?
I've tested this on Chromium and other browsers, and I didn't encounter the issue.
I also noticed that com.hedera.hashgraph.java.gradle.kts
explicitly sets the encoding to UTF-8.
@mwblocky-al Take a look at these examples of artifacts uploaded from test runs with TextTable
borders enabled
http://35.247.76.217:8095/alittley/08075-table-test/4N/Abbrev/20231128-172206-GCP-PRCheck-Abbrev-4N/Consistency-NDReconnect-10m/node0000/swirlds.log http://35.247.76.217:8095/alittley/08075-table-test/4N/Abbrev/20231128-172206-GCP-PRCheck-Abbrev-4N/Consistency-NDReconnect-10m/swirlds-logs.html
These don't render correctly for me in chromium based browsers, on macOS. I also observed the same behavior piping local run logs to a file, and opening in browser.
The "fancy" characters used by the
TextTable
to draw borders don't render well in browser (chromium based browsers tested)Replace these fancy symbols with simpler ones, like
|
and_
. The current tables look nice, but don't help anyone if they won't render properly