Michael Carpenter

Results 15 comments of Michael Carpenter

I just ran into this issue as well, except the buffer will actually fill up to the point of using all the ram and crashing the system if you never...

Still an issue on 0.14.0, and I think I've at least found the issue: https://github.com/restic/restic/blob/master/internal/restic/snapshot_find.go#L23 Here, it's turning "/root/file2" into C:\\root\\file2 on my (Windows) system, which of course, doesn't match...

It's also worth noting, that certain shells (git bash in windows for instance....) like to do funny things to unix style paths that are passed in as command arguments. I...

Relatively high cpu usage is expected, but it should not be continuing after disconnection. I am able to reproduce this on Windows, so I'll try to figure out what's spinning...

This is difficult. The default behavior is that AP2 keeps track of the last device you connected to, and stays locked on that. We did make the baud rates follow,...

Yep, looks like only the clicked waypoint is getting finalized, thanks for the report.

Thanks for the suggestion, I'll look into the file format.

PORTBAUDPAIRS\size=0 means you don't have any baud rates saved, and those values are old, though I'm not sure why it would remove defaults... I'll look into that.

The parameter manager should also handle the metadata loaded via XML file. Right now QGCVehicleConfig.cc handles this, however with the new configuration menus this is being moved to ApmSoftwareConfig.cc. It...

https://github.com/diydrones/MissionPlanner/issues/740 This also needs to be implemented to speed up parameter requests.