Max Paperno
Max Paperno
Hi, thanks for the reports. Someone else also reported the States Editor page crashing iOS because of that log message state. I'm not sure at this point if it's just...
I'm not sure about this one. I do understand the problem, since the On Hold features are very limited, as you say (definitely a TP feature request there). But what...
  And the Down arror button is same but dynamically shows the current number of repeats (`x${value:fsc.adjustFactor}`)
There are already SimConnect events for selecting COM/NAV/etc individual frequency digits for adjusting with +/- keys. I'll add those, though for now it may be just for COM1/NAV1/etc since there's...
Sorry, a copy of what? I've published 2 plugin releases here, but you could already do what I described with the select buttons before that (using keyboard +/- shortcuts). Or...
I just downloaded it from https://github.com/MobiFlight/MobiFlight-Connector/tree/main/MSFS2020-module (well, as part of the overall source code zip file). Extracted and put the `mobiflight-event-module` folder into my MSFS Community directory. Did I cheat?...
I also am having a hard time finding a benefit with GPU rendering enabled. Not only is it _not_ faster (which is going to depend on the GPU vs. CPU...
Hi Gleb, Just wanted to say thanks for the PR, which I pulled into [my own fork](https://github.com/mpaperno/skia-canvas) and successfully tested. I also added a counterpart feature to export the whole...
Oh I forgot to add one caveat I found when loading raw pixel data to SkImage. Skia doesn't support decoding 3-channel/24-bit color pixels like RGB. It can only handle 1,...
FWIW, I can confirm this issue here. We must kill (SIGTERM) the node process (from inside the program code itself) to exit the application after using GPU rendering and `toBuffer('png')`.