vince rosso

Results 10 issues of vince rosso

``` cache_1 | 2019/10/30 21:26:30 [error] 7#7: *6 canonical url extracted before URI encoding is /video, client: 172.18.0.1, server: , request: "GET /video HTTP/1.1", host: "localhost:8080" cache_1 | 2019/10/30 21:26:30...

https://github.com/Yelp/bravado-core/blob/master/bravado_core/model.py#L304 It seems like there should be a config lookup there, like in `Model._from_dict`? My workaround has been to use `_unmarshal` which works correctly.

ansible-vault version: 2.7.0 ansible version: 2.2.1 and 2.4.0 The cache doesn't seem to ever be used for us. I tried setting `--forks=1` and even then I get no cache hits....

bug
help wanted

### Terraform Version ```shell 1.7.0 ``` ### Use Cases Allow for simplified configuration of S3 backend when a prefix per project is wanted. ### Attempted Solutions Currently the only way...

enhancement
backend/s3

``` s3 = boto3.resource("s3") s3.create_bucket(Bucket="bucket") s3.Object("bucket", "some-key").put(Body="foo") assert s3.meta.client.head_object(Bucket="bucket", Key="some-key", PartNumber=1)["ResponseMetadata"]["HTTPStatusCode"] == 206 ``` Since it's effectively a range request, it should return 206, not 200. Same for `get_object`.

bug

GET/HEAD requests that request a specific object part via the `partNumber` [query parameter](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html#API_HeadObject_RequestSyntax), are "effectively ... a 'ranged' ... request" per the docs. So, their responses should have the `content-range`...

enhancement

### Extension Version v2.29.5 ### VS Code Version Version: 1.87.2 (Universal) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:21:31.043Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin arm64 23.3.0 ###...

bug

Would be great to get wheels for 3.12 published. Thanks!

### Description When running `docker build --platform linux/amd64,linux/arm64 .` I get: ```[+] Building 0.0s (0/0) docker:colima ERROR: Multi-platform build is not supported for the docker driver. Switch to a different...

### Describe the bug In my ~/.aws/config I have ``` [profile foo] credential_process = foo ``` For some reason this seems to trigger the IMDS credential provider to try to...

bug
response-requested
credentials
p3