Ramon Roche
Ramon Roche
Currently we saw FedEx enforcing on it's API causing some breaking changes most notably #135 and #141 this got me all paranoid and opened up the FEDEX Developer guide from...
My PR builds on the effort of many who have contributed to multiple docker images and setup scripts, and ultimately the credit should go to them. I created a new...
I just noticed Android builds successfully but then fail to try to create the `shadow_build_dir/package` directory, did anything change recently? ``` mkdir: cannot create directory ‘/home/runner/work/_temp/shadow_build_dir/package’: File exists [7356](https://github.com/mavlink/qgroundcontrol/runs/6619470758?check_suite_focus=true#step:13:7356) ```...
Thanks to MapBox for the Sponsorship. Screenshot 
In [plot_app/helper.py#227-229](https://github.com/PX4/flight_review/blob/master/plot_app/helper.py#L227-L229) Consider the following conditionals ```python arg = sin_anchor_lat * sin_lat + cos_anchor_lat * cos_lat * cos_d_lon arg[arg > 1] = 1 arg[arg < -1] = -1 ``` for...
The **ubuntu.sh** install script was starting to carry some outdated dependencies and was confusing for newcomers trying to set up a development environment. I double-checked each dependency and made sure...
this is required so we don't send and extra package previously it would create a package with the default variant attributes and append it to the product packages, this would...
these two classes where hot fixes for functionality not available inside active_shipping, these have fixed in active_shipping, so we need to either remove them or maintain them because shipping API's...
this should make this extension work again with 2-0-stable
underscore deprecated _.bindAll(this) with no function names Discussion here: https://github.com/jashkenas/underscore/commit/ce3d1aec306999aa94926a42cad1daf7eb87a36f And some more here: https://github.com/jashkenas/underscore/commit/bf657be243a075b5e72acc8a83e6f12a564d8f55 ``` coffeescript # this has been deprecated _.bindAll @ # if you are looking for...