Nicolas Mémeint
Nicolas Mémeint
## Description After unicode diacritics characters are inserted, when trying to copy/modify a portion of the line, it will not apply the wanted actions at the rendered location. ## Example...
### Describe the bug I have the `configs/settings.yml` file with read-only permissions, but when running `Stirling-PDF` I get the following error: ``` 18:25:47.534 [main] ERROR o.s.boot.SpringApplication - Application run failed...
When there is a semicolon (`;`) in the request URL path, and when doing HTTP Digest Authentication, `requests` incorrectly fills the `uri` field of the `Authorization` header by ignoring the...
When the rate limiter needs to sleep, it computes the duration to sleep before making a new request [with the following computation](https://github.com/alastair/python-musicbrainzngs/blob/master/musicbrainzngs/musicbrainz.py#L415C32-L416C65): - `(1.0 - self.remaining_requests) * (limit_requests / limit_interval)`...