Zach Davis

Results 11 comments of Zach Davis

Seems like a reasonable fix to me. Consider making a pull request @ngbrown ?

Hi @logos-electromechanical It appears Qt is limited to 3 digits worth of milliseconds. Your format parses for me if I use this format string: `yyyy-MM-dd hh:mm:ss.zzz000`. It matches, but throws...

@stmoon I pulled your branch and built it, and I do like your change. However, I think it needs to be taken a little further: - There is already a...

I was unable to replicate this on Linux or MacOS using the latest main.

When we had a similar plugin problem, we just added the lower case extension name to the plugin's list of supported extensions. See the csv loader for an example: https://github.com/facontidavide/PlotJuggler/blob/2c51aa689a69c7f1a2d715fd62b9179850fc23ff/plotjuggler_plugins/DataLoadCSV/dataload_csv.cpp#L96

I think this is a good idea, the changes look good. One nit would be the name `Avg Interval` might not be clear enough. Is there a way to add...

This and #984 are very similar and seem easy enough. I can work on them.

Yes, https://github.com/facontidavide/PlotJuggler/pull/989 allows you to change the line thickness. I don’t know if @facontidavide doesn’t like it, or if he’s just been busy.

I'm guessing this is a settings issue. Try looking for the Qt settings file on your machine and changing the value for UDP::Protocol to "JSON". It would still be nice...