Peter Fabinski

Results 10 issues of Peter Fabinski

This PR adds the ability to "monitor" input ports, similar to the way `jack_capture` makes its connections. Specifically, if an input port is matched as the first pattern, then each...

enhancement

* In the vertical columns mode, newlines were added based on a repeat of the previous item's width, even though that is not necessarily true. * If the last character...

1) Default fifo type character color was invisible since 2d93da9078, because its color is high-intensity black (8) and Gputch only checked that foreground != background. a) Check bold and blink...

* After some Gwrite changes, disabling totals printed `? ?` after the listing. * In some cases, more than one type character would be printed. (executable FIFO, executable socket)

The help text didn't match the behavior, so I updated the help text to fit the code. The other way would be easy, but this was even easier. Either way,...

The pointer line is one-sided, making it difficult to identify when it's changed color for [resizing overlays][1]. This is using OpenVR (I see that OVR and OXR pointer code is...

RATSGUI.SetDefineSymbol() always sets defines on the Standalone build target group rather than the active build target group. This change gets and uses the active group instead. Fixes #22 (Android target)

The NFC/RFID Detector app does not use `furi_hal_nfc_low_power_mode_stop()`/`furi_hal_nfc_low_power_mode_start()`, so when it is exited, the NFC hardware is left active. This results in an extra idle power drain of a few...

bug
app:nfc_rfid_detector

Animator states created by the new Ctrl+double-click shortcut, and transitions created by the new Reverse/Redirect/Replicate options, do not appear to be saved properly. Copying the animator controller, or closing and...

resolvconf ends up calling itself several times due to subscriber scripts and may go over 10 processes, resulting in the below message and ultimately an empty resolv.conf: ``` /bin/resolvconf: fork:...