Giovanni Pezzino
Giovanni Pezzino
I started splitting the DLLs. Initial findings to collect the team thoughts on possible approaches: - CheckUpgrade() and StartUpgrade() are inside the EDDI class. These should be moved back into...
About the monitor vs responder for updating the UI, are you implying that other parts of the application do read the state from the (e.g.) squadron tab of the app...
Apologies I wasn't clear :) I was not suggesting nor stating that the state is managed in the UI. I was referring to code like the following (line 2241-> 2249...
WRT the Monitor/Responder dichotomy, my understanding was that monitors wait on external events (e.g. new journal entries) and create internal events, while responders act on internal events and perform application...
So, if I get this correctly, Monitors and Responders are quite a different concept from Producers and Consumers of events. They actually represent stages of event processing: Monitor:PreHandle --> Responder:Handle...
We implemented an authentication SSO flow for the [OAuth specification for native app](https://datatracker.ietf.org/doc/html/rfc8252). You can find the resulting code in the [IWA sink](https://github.com/chromeos/iwa-sink) example app. Please, keep in mind that...