Kolja

Results 161 issues of Kolja

https://github.com/romanvm/Kodistubs should be pulled from pip by default And can we somehow set them up by default? @romanvm

Hacktoberfest

Create a commons module offering logging and some common functions out of the box. So that other addons can depend on it and we can use it for the generator.

As raised in https://github.com/xbmc/generator-kodi-addon/pull/6#pullrequestreview-17799062 Phil said this code smells as if something is done wrongly. ```py try: xbmc.log(self.format(record), levels[record.levelno]) except UnicodeEncodeError: xbmc.log(self.format(record).encode('utf-8', 'ignore'), levels[record.levelno]) ``` Ronie said > perhaps this...

``` Warning: /path-to-one-of-our-files.component.ts depends on 'rx-polling'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies ``` Not sure how to fix this, maybe it just needs...

While only the english one seems to have the dark style, the other ones all seem stuck on the light one and the russian one seems to have a broken...

help wanted

This should prevent both files getting out of sync, as we want releases to always be in both files.

v20 Nexus

The only difference in the listing is, that there is no manufacturer listed. Otherwise it seems to work. Still, flashing from flatpak does not work due to the udev rule...

Hey everybody, I had a go at a flatpak version and would like to document this here. You can find the code here: https://github.com/razzeee/com.github.expresslrs.ExpressLRSConfigurator It seems to startup fine and...

question

Based on @sorianog work. I've added a table with genres, a list of those can be fetched via it's own api endpoint. Endpoints responding with a song should now also...