Samuel Deutsch
Samuel Deutsch
I noticed that fuel trucks with big fuel containers can take ages to fill compared to vehicles with smaller tanks. The HEMTT fuel truck for example has fuel tank capacity...
Any progress on this? Is there any work that needs to be done on this that I can help contribute to in terms of code? This is a huge feature...
I completely agree with both of the above comments. For now I've implemented a separate flow rate multiplier option for filling cargo fuel sources. It's 10x the standard refueling rate...
@Drofseh I didn't actually write the specific section of code you're referencing. However, I do intend to rewrite that section as part of a different PR after this one gets...
@Dystopian I've gone through and added the space between all instances of `getNumber` and `isNumber` I could find. I'm pretty sure that should cover all of the instances of that...
@Dystopian Fixed the `isNull(` cases and added newlines to every file.
I have nothing left to add to this feature at this point and I've made all the requested changes. So unless there are any other suggestions or changes anyone wants...
The TOCTOU issue is addressed by the fact that all other API calls will also report `LIBUSB_ERROR_NO_DEVICE` if the device was disconnected between a request to `libusb_check_connected()` and the subsequent...
I've squashed it
I've added a call to `libusb_check_connected()` inside one of the basic open/close tests. Let me know if that is sufficient or if you think there's a better test case I...