ChrisPHL
ChrisPHL
Hi Metabolix, I tried to change the splash on two different(!) computers. For the first one the installation went through with my 1920x1080 image without any issue. (v.1.5.1) It worked...
Just as the header suggests: Please add a donate button for all those who want to show their appreciation of your work.
Hi there, the feature "Play with Kodi" is known from NewPipe (YouTube App: https://github.com/TeamNewPipe/NewPipe). I would much appreciate to have that feature from the "Mediathek" tab since the typically Mediatheken...
Hi Barney, I'm happy to have found this Python module. Thank you so much! I included the functionality into my project and found `sys.argv` in [windows.py](https://github.com/barneygale/elevate/blob/master/elevate/windows.py#L75) evaluates to `['D:\path_to_my\script.py']`. Since...
This is: I'm working on an old club project which used to utilize PhpExcel... Now I got hands on because there was something to do and I recognized some errors...
The code in lin.h file should be surrounded by header guard like this: ``` #ifndef LIN_H_ #define LIN_H_ // Code goes here. #endif // LIN_H_ ``` This way it can...
in lin.cpp, line 124 should be exchanged to accomplish this automatically: ``` // LIN diagnostic frame shall always use CHKSUM of protocol version 1. uint8_t cksum = dataChecksum(message, nBytes, (proto...
I like using wTerm on my Pre3 but can't fully utilize because of missing character input with Sym-Key-Menu which supports BASH-essentials like '$', '|', '`' and more. So I would...