Juozas Norkus

Results 5 issues of Juozas Norkus

Observed log: ```elixir ** (Mint.HTTPError) expected tunnel proxy to return a status between 200 and 299, got: 407 ``` Mint source code: https://github.com/elixir-mint/mint/blob/d3070089d4d22e8062e94df1334889437658fdee/lib/mint/tunnel_proxy.ex#L138 [From MDN HTTP 407](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/407): > The HTTP...

- Req version: 0.5.1 - Finch version: 0.18.0 - Mint version: 1.6.1 - Elixir version: 1.15.7 - OTP version: Erlang/OTP 26 [erts-14.2.5] I observed the following in my application logs:...

I'm thinking that it would be nice to have the ability to define your own `retry` function, and in the `retry` function if the conditions that I care about don't...

### Describe the bug ``` Scanning contents ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 40/88 0:00:01 An exception occurred while executing the pipeline _common.py:284 Traceback (most recent call last): File "/home/terrapin/.local/lib/python3.10/site-packages/ocrmypdf/_pipelines/_c ommon.py", line 249, in...

third party issue

### What were you trying to do? https://github.com/ocrmypdf/OCRmyPDF/blob/6ca4940a32bb1146f70c2bb2497e0d5c0fa9ca6b/src/ocrmypdf/pdfinfo/info.py#L890-L892 This can crash with ``` TypeError: float() argument must be a string or a real number, not 'pikepdf._core.Object ``` When `/TrimBox` of...

triage