Luc Appelman
Luc Appelman
I found some documentation for the deluge [JSON/RPC API](https://deluge.readthedocs.io/en/latest/devguide/how-to/curl-jsonrpc.html). If some information could be supplied to what functions should be implemented in the class. I would be happy to give...
As a solution to point one and two I would suggest to let your python code prints less informative messages and only print errors if there are any. Ending with...
tbh, I remember the file structure was quite overwhelming. So unfortunately I have not made any progress on this.
you can build the plugin in the container, then remove the source files. Restarting the container will show the plugin. I got this working pretty quickly tbh. The plugin can...
[This post](https://stackoverflow.com/a/19478990/12990079) suggests that the color is 32 bit and therefor 8 bits available for transparency (256 possibilities). So 1/256 has a precision of approximately 0.004 or 0.4%. Unfortunately, the...
I just checked the PR by marcopixel. If this validation was intented for use with CSS I would change the current commit to use `0?\.\d+` instead of `0?\.\d{1,2}`. Also checks...
I would like to add to this, a pretty critical feature imo. It would be nice to add default "tags" we can use to specify a custom folder. A example....
+1 here Probably not to hard to add, but I don't know where to start. IAR also recently started documenting how to build a project with the IAR toolchain using...