Lyra
Lyra
**Is your feature request related to a problem? Please describe.** It's related to playback stopping when I reach the end of playlist or at the end of a chosen song...
🐛 Describe the Bug The prom-api endpoint previously used for querying metrics in Prometheus has been deprecated and replaced by the Metrics API in Coralogix. This change affects users who...
Currently, the Prometheus API client operates synchronously, which may lead to performance bottlenecks in applications that require high throughput or low latency. Request Could the Prometheus API client be modified...
When doing mypy checks like the following ``` mypy . ``` It shows me problems based on the flags I give it When using it with diff-cover it actually fails...