Alex Burka

Results 53 issues of Alex Burka

It sounds like rust-lang/rfcs#1422 is going to be implemented, so we should add support for the various macros to parse `pub(_)` wherever they can currently parse `pub` (and [possibly more...

It looks to me like there is no way to make MAVProxy exit cleanly in non-interactive/daemon mode. There are only three places I can find a `sys.exit(0)` in mavproxy.py: 1....

This is basically the same use-case as #287. I commonly arrange some plots to show something in a log file, then want to look at the same thing in another...

It would be great to open a new log file while keeping the same plots open. You can do it now by saving the plots as a custom preset. But...

The scrollbar breaks the formatting of the plot expressions: ![image](https://user-images.githubusercontent.com/47007/121376500-97003e00-c90f-11eb-88ec-2de7a24c97d8.png) It's okay when the list is collapsed: ![image](https://user-images.githubusercontent.com/47007/121376584-a7181d80-c90f-11eb-9149-72fbe1f3e2f9.png) Same behavior seen on plotbeta.

Apologies for the ridiculous title, couldn't figure out how to phrase this weird issue. So I'll stop trying and show screenshots instead. The only thing I changed here is the...

If you run `mavparmdiff.py` with `-t` to use tabs as separators, it works as expected when a parameter differs between files, however, spaces are still used for parameters that are...

`AP_InternalError::errors_as_string` casts the return value of `snprintf`, which is signed `int`, to unsigned `size_t`. So the comparison `

**Describe the bug** When I try to enter an existing hashtag in CamelCase, the suggestion is in all lowercase. Especially on mobile, it is very hard to dismiss the suggestion,...

enhancement

After running the `cpud_test` example from the README, the permissions of `/dev/ptmx` are incorrect: ``` $ ls -l /dev/pts total 0 [snip] c--------- 1 root root 5, 2 May 20...