Daniél Kerkmann
Daniél Kerkmann
# Objective Fixes #6594 ## Solution - `New` function for `Size` is now a `const` function :) ## Changelog - `New` function for `Size` is now a `const` function ##...
## Intention I am using [Authentik](https://goauthentik.io/) which is using your library. There is an [open ticket](https://github.com/goauthentik/authentik/issues/5348) for settings the Redis username. Sadly the username is not set in this library....
Hello AnkiConnect Developers, I have been using the API and would like to share some huge feedback and suggestions for improvement. ### Status Codes and Error Messages: I noticed that...
The main reason was to allow to initialize the RateLimitLayer in a const context. So why not making ever new function const (wherever it's possible). :P
### Describe the bug ## Description of the bug Watching an Anime in Jellyfin is working without any problems. but when I am watching with a subtitle (for example German)...
Adding my two cents to the repository. :3 The error code isn't helpful at all, the error 0xA1 and 0xA4 means that the CCID capability is missing. See #32 for...
### Describe the bug Using the `ORDER BY` on a relative large dataset is taking really long. For example, a dataset with 50k entries takes 200µs to select, if I...
### Describe the bug I am using SurrealDB on production on a bigger dataset (162k+ entries) in a relative simple table, just a `id` which is a `string`. Now I...
For `traefik` it's important that the `ingressClassName` is `traefik`. Tested it and it's working on with that changes. :)