Manuel

Results 14 issues of Manuel

### Description If you collapse a category, you cannot tell it's contents: ![image](https://user-images.githubusercontent.com/30572287/174439465-e7dc1d07-4027-4f64-ace5-3caf9e588d80.png) Perhaps adding a pile of the service icons would solve this issue: ![homarr-service-pile-for-categories](https://user-images.githubusercontent.com/30572287/174439524-7c6a958c-34e8-412b-b396-5abf143e71d3.png) This was a quick...

✨ Feature

### Description Changing the category of a service requires the user to click on it and select it in the dropdown: ![homarr-dnd-categories](https://user-images.githubusercontent.com/30572287/174432060-030b5154-55dc-4185-a88b-41025cca3fa7.gif) Since Homarr already has this DND system, it...

✨ Feature

### 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...

help wanted

.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...

untriaged

### Describe the Bug Users are unable to access the teams page. The following error message appears: ![image](https://github.com/umami-software/umami/assets/30572287/cdf2aca8-f4b0-4b42-a76a-07f946c9abcd) 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...

enhancement
priority: high

**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...

bug
dependencies

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...