Buzz

Results 107 comments of Buzz

I think maybe the code-specific parts of this should be created a a PR for this repo, and the text/help/info should be put in the wiki as part of the...

to start with, the hypothetical feature wouldn't necessarily even need a UI for editing it, even just a file that gets read or a simple sql table that the system...

I have an identical bug on latest .deb build on ubuntu... I got to the 'project setup' page after selecting a valid, but undesirable git repo to use, and tried...

param refresh dangerous when armed, as low bandwidth or long range links can be adversely affected - i support it if its tweaked to only do this when disarmed.

ArduPilot has binaries for the 'mRo x2.1-777', which uses a F777 if that helps.? manufacturer page: https://store.mrobotics.io/mRo-X2-1-777-p/m10022a.htm hardware spec/definiton page for ardupilot, from which it builds chibios-based firmware: https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat chibios...

https://bignerdranch.com/blog/error-handling-in-swift-2-0/

there are normally defined in something like Foundation/NSException/NSException.h as something like ... [ this implementation is cut-n-pasted from cocotron , which is opensource on github] ``` #define NS_DURING \ {...

... or using the try block equivalent here.. https://github.com/esteve/gnustep-base/blob/9929bacd86e437abf4b6e18557aac3a59768262a/Headers/Foundation/NSException.h#L333