Nicolas THIERION
Nicolas THIERION
`.properties` files are basically `ini` files we use to configure java applications. For the moment, I added an `properties` alias to the `ini` grammar. I think this is what vscode...
@stuckinthe I managed to get it compile on rpi Aarch43 thanks to your comment above. Installed on manjaro arm with the followinf command ``` yay kodi-addon-inputstream-ff --editmenu ``` then added...
I also wish there was an option to override the Handlebars helpers. At the moment, here is my hacky workaround: ```ts // override helper to exclude ReflectionKind from sidebar Handlebars.registerHelper(...
I encountered same problem today, also with french track. English track works fine. **Playback Info** Player: Html Video Player Play method: Transcoding Protocol: https Stream type: HLS **Video Info** Player...
Here is the "not so dirty" solution I use to call decorators on methods that should be abstract: ```ts export const abstract = (): T => { throw new Error(...
I have the same issue on a 2019 Razer Blade with 2070 Max-Q. I used to disable GSP firmware with proprietary drivers, with the following line in `/etc/modprobe.d/nvidia.conf`: ``` options...
Same issue here with an ASUS Pro Art H7606WX-DRSE011X. I'm willing to help troubleshooting the issue, but I really don't understant what changing the tweak values is supposed to do.