Jeroen Baert
Jeroen Baert
Yeah, I'm writing this down as some numerical errors. I'm currently in the process of rewriting the project to remove the dependency on GLM, maybe this resolves these numerical quirks,...
You can test with the dev branch if you want.
It's still on the todo list - feel free to write it and make a PR :p
Feel free to implement :)
And do you mean the actual library files/includes, or just the built tools?
Yeah, the CPU-specific code is all in one header, and very minimal. All of the rest is standard C++11. Can be reduced to C99 if you get rid of all...
I'm seeing this as well. Latest docker version. I've enabled debug logs and will report back when I see this again. What I've already tried: - Deleting all my shows...
> The problem is with the TVDB indexer. You should switch to a different indexer ASAP. I see. How do I do that? Remove show and re-add with different indexer?
Back on topic: I've changed all my indexers to TVMaze (by removing and re-adding each show with a new indexer), I'll see if the issue pops up again.
Looking into this. I'm currently rewriting the project to ditch the GLM requirement, which should improve code readability and maybe reduce some numerical instabilities.