Results 23 issues of Dustin Sallings

I've got a few repos with a lot of remotes and branches. I'd like to be able to declare the stuff as "seen" and stop having old stuff show up...

Rather than using tags, I think the code review would be better off having a private set of data within `.git` that it uses to know what you've done and...

I'm not quite sure how to make a *nice* way to move properties around or whether to build a better abstraction to specify the protocol than `lwmqtt_protocol_t`, e.g.: ```c++ homePub.begin(homeMQTTServer,...

I originally reported this in TauLabs/TauLabs#2026 where I took off and immediately had a negative climb rate although the altimeter seemed to be tracking fine. http://gfycat.com/GlassImpartialHydra A more recent clip...

bug
flight

I noticed this when reviewing some flight footage. I had four frames of this, surrounded by an estimate of about 321m from home: ![image](https://cloud.githubusercontent.com/assets/1779/18414671/45eae6a6-7788-11e6-8703-41a58d91df0f.png) This plane's pretty slow, so anything...

status/request-for-comments
flight/navigation

"Inapplicable" in this case means specifically related to the pilot's intent -- not that the alarm doesn't actually apply to the current configuration. ## Use case: User has Pos Hold...

flight
status/request-for-comments
usability

People running tunes in the field without connectivity should be able to queue up tunes to be shared when they get back to having connectivity.

enhancement
gcs
cloud ⛈

The comment boxes aren't visually different from code in a way that makes it a bit unclear how descriptions and definitions are separate. I see this in the output from...

I've got a test that has about 4,000 cases I'm trying to fix. It's a generated subsuite and I'd really like to not see it unless something is broken. `-ta...

command-line options

It's recommended to implement `toEncoding` when instantiating `ToJSON`, but there's no validation ensuring it agrees with `toJSON` (which is a requirement since it doesn't go the other way). A simple...