GAPLS
GAPLS
Based on the specs there is CreateRecordChapter request As far as I have seen this is not present in the request client. I think this is quite new, 30.2.0, and...
**Describe the bug** Im using `set_background` to set the background of a button, this works but only after I press the button once It also does not change the Background...
**Describe the feature idea** Basically expanding the Settings -> UI Section with a new Section for Labels where you can set the Default Font with Size and Outline settings (Thickness...
**Describe the feature idea** Having Plugins that can have Dependencies to other Plugins, Icon Packs or Wallpaper Packs. Plugins should be able to add dependencies to the Manifest file by...
When using some IP Addresses (Example: 192.0.0.1) it would get stuck when calling `connect()` and not raise any error. This is fixed by using the passed timeout to also apply...
I have these simple lines: ```py import obswebsocket socket = obswebsocket.obsws(host="192.52.4.2", timeout=1) socket.connect() ``` The IP is a valid Id but doesnt lead to anything so the socket cant connect...
I have reworked the badges to be easy to add and requiring less space. They also look better but thats just my opinion
This will just be a refactor of things like the globals and other parts of the app In my time coding I just noticed some things that could be improved...
With this I want to make it nicer for Addon devs to include logging Every instance of the logger can contain log levels which can be toggled on/off independantly of...
In the `InjectHTMLConfig` we have the `replace` field. This field currently only allows for undefined fields It would be awesome if we could define more than just this field. As...