Max Goltzsche
Max Goltzsche
This is to prevent flask from handling range requests when nginx emulates range requests. Playing large opus files within firefox and gstreamer/mopidy worked for me only after I made this...
Trying to access the artist detail view fails with the following error in case of some artists: ``` ERROR 2023-12-23 04:09:39,971 [1:Core-12 (_actor_loop)] mopidy.core.library BeetsBackend backend caused an exception. Traceback...
How is the AURA API versioned? I already noticed that the old beets web API is not versioned. Unfortunately, that also seems to be the case with the new AURA...
The queries used to generate playlists are often specific to the underlying audio library contents (since they likely depend on specific plugins that were used to import the audio data...
## Description Defer the evaluation of the source file removal options (`import.delete` and `import.move`) to the point where the fetchart plugin is actually called instead of only evaluating those configuration...
* Don't let generated model code extend the type specified within the `additionalProperties` schema (or the array item schema) but the pydantic `BaseModel`. * Support `additionalProperties` the pydantic v2 way...
Currently the path prefix is [derived from the `X-Forwarded-Prefix` HTTP header](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L79) of the first request only and then applied to every subsequent request (see [here](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L42-L49)). The header may be specified...
When exposing the swagger GUI under a path prefix using a reverse-proxy that sends the `X-Forwarded-Prefix` HTTP request header (which is [already honoured when building the redirect URL](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L79)) one cannot...
### Is your feature request related to a problem? Please describe. Users expect output paths declared within a function to be relative to the function's config file. This came up...
**LocalAI version:** 3.8.0 **Environment, CPU architecture, OS, and Version:** LocalAI 3.8.0 container (Ubuntu 22.04 with mesa 23.2.1) on an amd64 Ubuntu 24.04 host (with mesa 25.0.7) **Describe the bug** When...