Patrick
Patrick
Hi, how can i compile HunterPi on Linux? I searched how to compile sln projects but I didn't find anything usefull
> > Hi, how can i compile HunterPi on Linux? I searched how to compile sln projects but I didn't find anything usefull > > You can download the dotnet...
When i try running @LittleFinix version of HunterPie i get this error: ``` Unhandled Exception: Newtonsoft.Json.JsonSerializationException: Unable to find a constructor to use for type HunterPie.Core.Client.Configuration.Versions.VersionedConfig. A class should either...
 I am not able to see the page with @MaximZimmermannVerve Docker image
I'm having the same issue ``` [gamescope] [Info] console: gamescope version 3.14.29 No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance will be affected. [gamescope] [Info] vulkan: selecting physical...
Read the applicazion README.md TL;DR Spotube at the moment doesn't work because of a cease and desist email from Spotify
i am using the init sequence that is provided in the README file: ```kotlin val MODE_AT = "AT" //set defaults initPid.mode = MODE_AT initPid.PID = "D" var cmd = OBDCommand(initPid).setIgnoreResult(true).run(inputStream,...
No errors are printend in the console, this code just prints the following: `Formatted result: 0.0 Km Result: 612700EA5C0002AD00AA` ```kotlin val pidOdometer = checkNotNull(PIDUtils.getPid(ObdModes.MODE_01, ODOMETER_PID)); val cmdOdometer = OBDCommand(pidOdometer).setIgnoreResult(false).run(inputStream, outputStream)...
I am trying to get it into nixpkgs https://github.com/NixOS/nixpkgs/pull/486412