Tom Harvey

Results 13 issues of Tom Harvey

Moving the commentary from https://github.com/aio-libs/aioftp/pull/85 over here. When I use the Getting started guide to spin up a server, the server isn't accessible from many common clients - particularly these...

> tomharvey wants to merge 1 commit ... well that's overstating things a bit. This is a draft PR for a reason and for the discussion of https://github.com/Loomly/s3_asset_deploy/issues/30 I can...

Loving the library and it's made me double down my hatred for an old decision to include icon libs in my bundle ... so I have thousands of .svg files...

**Is your feature proposal related to a problem?** Yes When I use the docker image on my ARM based machine it ... is ... very ... slow. **Describe the solution...

enhancement

Following up with a proof of concept on https://github.com/gboeing/osmnx/issues/855 Uses GitHub Actions to build the docker images on a remote machine. This remote machine is configured to allow builds of...

Is that expected behaviour from your standpoint or would it be safe to assume that region when running `configure populate` without specifying --region option?

### Describe the bug After test file discovery `integ-runner` changes the working directory from the users's cwd (usually the project root) to the test file's parent directory and then runs...

bug
p1
effort/medium
@aws-cdk/integ-runner

Ok - taking another swing at solving https://github.com/rack/rack/issues/2080 This time where we can pass any header in and the value of that will be copied to the value of `HTTP_X_FORWARDED_PROTO`...

Instead of X-Forwarded-scheme headers, cloudfront sends CloudFront-Forwarded-Proto with http or https as the value. see: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/adding-cloudfront-headers.html#cloudfront-headers-other My current setup is cloudfront -> ALB -> puma (on ECS) It’s common to...

This is being raised when I close my loop and is coming from: and then I also get `'client_session': , 'message': 'Unclosed client session'` hmmm ... shrodinger's close! I can...