Philip Henriksen
Philip Henriksen
https://github.com/dotnet/runtime/pull/42476 seems to have moved ScaleB from a C-runtime call to a managed implementation.\ [The documentation](https://learn.microsoft.com/en-us/dotnet/api/system.math.scaleb?view=net-8.0), however, still has a remark that the underlying C runtime is called. Since this...
Adds `if_any` and `if_all` helpers to allow comparing a variable to multiple values.\ May replace `if_equal`, but to avoid breaking backwards-compatibility I've left it as-is. I'm used to C# solutions...
Jellyfin Webhooks supports custom helper methods like `{{#if_equals }}` and `{{#if_exists }}`.\ These can be used in the template to exclude certain values if the notification has or lacks some...