Oliver Ford
Oliver Ford
Ah do we perhaps just need `binary_support=False`? This _is_ with ALB, so I gather the implicit `None` there is enabling it.
That could be a problem with my headers rather than that detection though I suppose. I will try it shortly, thanks for getting back to me so quickly.
It's because of the first ```python if not self.binary_support: return False ``` isn't it? I'm not setting it, and so: https://github.com/adamchainz/apig-wsgi/blob/dc220949c4bf9b0aeb0eb49fdd4767af66fdb776/src/apig_wsgi/__init__.py#L74-L76 (which seems contrary to the readme, hence I got...
> I think `binary_support=True` may fix it and I can confirm it does indeed! Thanks again. As above though I think the intention was for `version == "alb"` to do...
Yep seems fine now without the `binary_support=True` arg too, thanks!
Not sure if you want a separate issue for it (or each instance of it) @w0rp, but it's a more general issue that language servers can be used for formatting,...
It's probably the `\texorpdfstring` breaking it, or `\href` should wrap around the cvsection - I don't think tex within the parameter is supported, because most users would customise it in...
> Please help us prioritize with 👍 . **On the OP!** (That's what I assume will be used at least, e.g. by sorting issues, not reactions to the comment above.)
No inside knowledge but I'd be surprised if this gets fixed personally - 3.11 has [11 months left until deprecated on Lambda](https://docs.aws.amazon.com/lambda/latest/dg/python-image.html) and that page already calls out this issue:...