Chris Thompson
Chris Thompson
When I scan the library (for integration with Kodi) it causes kodi to crash. I looked into it and it appears to be corrupting the stack, string handling issue? I...
I hit this issue as I am working on a solution to save power, the planet and my bank balance by moving my media archive to storage that is usually...
Have we determined the root cause of the problem? In my testing I did not lose the entire database 'only' the artwork. Is there some other (automatic?) process, apart from...
I respectfully disagree that > The only proper way to fix this problem would be to do what I said https://github.com/jellyfin/jellyfin/issues/1714#issuecomment-1442855762 as this means users will not be able to...
Still happening with LibreELEC 10.0.2 Kodi 19.4.0 pvr.mythtv v19.0.8.1
Code for the first example ``` dart class StatusIndicator extends StatelessWidget { final MachineStatus status; const StatusIndicator({required this.status, super.key}); @override Widget build(BuildContext context) { final f = NumberFormat.decimalPercentPattern(decimalDigits: 2); return...
@munificent I have tried the latest formatter (from main) and can confirm that the issue given in the first example above is resolved, thanks! The second issue remains, here is...
Thanks for explaining the background to this issue and the implementation of the new formatter. In the case where the new format is 'worse' or 'not obviously better' than the...
Thanks, should I raise a new issue to track the second example?