Manuel
Manuel
### Description If you collapse a category, you cannot tell it's contents:  Perhaps adding a pile of the service icons would solve this issue:  This was a quick...
### Description Changing the category of a service requires the user to click on it and select it in the dropdown:  Since Homarr already has this DND system, it...
### What package has an issue @mantine/dates ### Describe the bug DateTimePicker does not respect ``minDate`` and ``maxDate`` for the TimeInput component. You can select a time outside the allowed...
.NET is EOL: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core . Due to security reasons, the application should be updated to .NET 6 or .NET 7.
**Describe the bug** After throwing an exception via a method the method ending ``}`` is not being marked as covered. **To Reproduce** ```csharp public static void EnsureNull(int? value) { if...
### Describe the Bug Users are unable to access the teams page. The following error message appears:  It seems that database migrations may not have been applied. We do...
**Is your feature request related to a problem? Please describe.** The bot will automatically play the next song in the playlist. There is no different behavior. **Describe the solution you'd...
**Describe the bug** In the commit https://github.com/jellyfin/jellyfin-sdk-typescript/pull/341/files, the SDK was made to target ES6 properly. During an automated pull request, that updated from the SDK 0.7.0 to 0.8.1 (https://github.com/manuel-rw/jellyfin-discord-music-bot/pull/154), the...
To avoid cluttering the server with too many instances, it would be useful to be able to configure a maximum amount of concurrent stacks (demos running). ```yaml environment: - STACK_MAX_CONCURRENT=5...