Alex Hallam
Alex Hallam
That makes a lot of sense. I agree, optional config parameters should be available to users.
Okay, I will get working on this. Thanks for using the tool and contributing issues and suggestions for improvements.
Hi guys. I took another try at this, but did not have success. I just added a comment to the readme. #126 . I am going to leave a reproducible...
Thanks for using `tv`. I have been working on more error handling on the csv reading. I will see if I can toss in an empty file condition.
#148 is a pr for this
Thanks for the great issue. I am able to reproduce this with: ```sh curl -s https://opendata.dwd.de/weather/local_forecasts/swsmos/swsmos_LATEST_opendata.csv.bz2 | bzcat | head | awk 'NR != 2'| tidy-viewer -s ';' ``` Ill...
Just giving a little update. This is where I will start the error handling https://github.com/alexhallam/tv/blob/e8beee0cfa0ffaa8a3f5b8f5207e9e6fc7f31686/src/main.rs#L367 There will likely be additional formatting needed for broken lines, but that is the start...
Also wanted to keep this #79 in the loop for this fix.
Also, I could possibly resurrect #124