David Gilman
David Gilman
I'm having success with just intercepting the Lambda payload before it makes it to Mangum: ``` asgi_handler = mangum.Mangum(app) def handler(event, context): if event.get("body") is not None: content_length = str(len(event["body"]))...
We've been using this in production for a year now successfully so I hope this can be merged as it fixes what was for us a frequent issue. I am...
Some extras are getting duplicated. It doesn't appear to impact the resolver or pip's use of the requirements file but it is an unexpected change when updating to pip 23.3.x....
Apologies if this is implied by the ticket elsewhere, but pip==24.0 and pip-tools==7.4.0 emits a warning I don't think I saw before: ``` WARNING: sentry-sdk 1.40.5 does not provide the...
Testing it out with that branch I don't get the warning. My output is: ``` root@3d945b95eb1f:/# pip-compile --output-file foo.txt foo.in --upgrade --allow-unsafe WARNING: --strip-extras is becoming the default in version...
I've been a bit busy lately but have plans soon / this weekend to review this project and get my changes merged one PR at a time. (I think the...
My two cents but I think you can omit the merge icon/count on the front page list of stories. There's nothing you can do with that information at that location...
Not the maintainer here, but some review feedback that might help get this though: - The php 8.1 - 8.4 version updates, they probably aren't required to add php 8.5,...
I was interested in deleting, not just orphaning/purging the values, though. In my use case we have no use for the old cached value when we want to do this...