powertomato
powertomato
I'm having issues that background music continues to play after the app is minimized. During my investigation on how to fix or work around it I found the following code:...
Are those interfaces really considered private? If so then why some public functions use them as return and/or input types? For now I need to use "any" or redefine the...
### Describe your problem The UI only loads partially, dynamic values like volume, CPU temperature ect. display a permanent spinner-icon. In the dev-console it is apparent that the connection to...
The issue occurs in `on_underlying_io_open_complete` after a `uws_client_create` and subsequent `uws_client_open_async` call. Here is the snippet I'm using: ```c UWS_CLIENT_HANDLE uws_client = uws_client_create("192.168.1.21", 80, "/", false, NULL, 0); if (uws_client...
I'm working on typescript definitions for RxLua intended to be used with https://typescripttolua.github.io/. Would you be interessted in a pull request for that, or should that rather be maintained in...