Hamish Willee
Hamish Willee
FWIW the current FF87 UI as per https://github.com/firefox-devtools/ux/issues/129#issuecomment-780819661 is confusing. It is fine if I toggle between the two buttons, but if toggle the dark button in dark mode (say)...
So is "no preference" equivalent to "not light" and "not dark", or "whichever or light or dark the operating system gives you"? It sounds like I either see dark mode...
So why do we expect `no-preference` to be valid when, unlike for many other queries, [it is not defined in the spec](https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme)? In the cases where it is defined it...
Phew, that should make things very much easier :-). Though as above there is this idea in the spec that more complicated colour modes like "sepia" should be supported, which...
> Developers may still wonder why choosing “dark” or “light” doesn’t make the site dark or light True. So you might hide the tools if there is no media query...
Thank you both for this. > It should be noted that you can actually resend any of the commands that fail (on ArduPilot) until an overall transaction timeout hits (8...
> Killing the transaction immediately is not a great approach IMO as the communication streams are far to lossy to simply kill it immediately. 6. Doesn't the MAVLink protocol take...
@auturgy FMI do GCS or other consumers use vid/pid information for anything specific or is it just data points they might use for something? My "guess" is that for autopilots...
@bkueng Do you happen to know where the autopilot pid/vid are obtained from in the `AUTOPILOT_VERSION` on PX4?
>> .. because many commands that are actually long running (like takeoff) predate the protocol and cannot be updated. > I'd like to challenge that. Why can these commands not...