Hardt-Coded

Results 10 issues of Hardt-Coded

It's not perfect, but for those who want'S to read it on a e-ink reader or something. M;aybe that helps. 1. download pandoc (https://pandoc.org/) 2. convert all images in the...

Hi. At first the important part: I love your work and this project is awesome. I was playing around with the Azure Function implementation. Sadly the isolated function is not...

Hardt Coded GmbH added

The issue is, that: ```fsharp #r "../fsharp.data.dll" open FSharp.Data type MyJson = JsonProvider ``` doesn't work any more. You have to use the full qualified name. ```fsharp #r "../fsharp.data.dll" open...

Some Title like warhammer 40k "Eisenhorn" didn't get a proper category so the are weirdly displayed. Also the some of the perry rhodan audiobooks

weird behavior when set sleep timer a second time withou to deactive it. It seems to count down "double" so the timer should be stopped, when chaning the time. I...

extend and use android auto in order to control audiobooks

``` System.AggregateException: System.InvalidOperationException: at DialogHostAvalonia.DialogHost.GetInstance (DialogHost.Avalonia, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null) at DialogHostAvalonia.DialogHost.Show (DialogHost.Avalonia, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null) at DialogHostAvalonia.DialogHost.Show (DialogHost.Avalonia, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null) at DialogHostAvalonia.DialogHost.Show (DialogHost.Avalonia, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null) at [email protected] (PerryRhodan.AudiobookPlayer,...

``` System.ArgumentException: at PerryRhodan.AudiobookPlayer.ViewModel.AudioBookItem+SideEffects+Helpers.getAmbientColorFromSkBitmap (PerryRhodan.AudiobookPlayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null) at PerryRhodan.AudiobookPlayer.ViewModel.AudioBookItem+SideEffects+Helpers+getAmbientColorFromPicUrl@561-1.Invoke (PerryRhodan.AudiobookPlayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null) at PerryRhodan.AudiobookPlayer.Common+Task.k@67-1 (PerryRhodan.AudiobookPlayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=8.0.0.0,...

error: ``` xtts2-ui\venv\Lib\site-packages\pydantic\type_adapter.py", line 270, in _init_core_attrs self.core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Projects\AI_Stuff\xtts2-ui\venv\Lib\site-packages\pydantic\type_adapter.py", line 55, in _getattr_no_parents raise AttributeError(attribute) AttributeError: __pydantic_core_schema__ ``` run: ``` pip install --upgrade pydantic==2.8.2 pip...