Jeremy Jacobson

Results 7 issues of Jeremy Jacobson

## Expected Behavior Function with `wchar_t` as a parameter should generate successfully. ## Actual Behavior Function with `wchar_t` is generated using `std::uint32_t` instead of `wchar_t`, emitting a clang error. ###...

bug

Adds test (currently failing) for #1141

Ran `docker-compose up` and the command `docker-compose exec clairctl clairctl report alpine:3.6 -l`. `docker-compose version 1.14.0, build c7bdf9e` ``` 2017-08-24 23:41:29.612826 E | clair: analysing layer [0da0ce6b7605] 1/1: receiving http...

I'm using a base struct for some common fields in my model, for example, an ID field. It seems when using a struct that has the base struct, those fields...

Assuming `AWS_S3_BUCKET_NAME` is something like `s3://my-bucket`, then `bucketS3Uri=s3://s3://my-bucket`: ``` local bucketS3Uri="s3://$AWS_S3_BUCKET_NAME" ``` (https://github.com/frekele/helicopterizer/blob/master/scripts/core/helper.sh#L198) This should be: ``` local bucketName=$(removeS3Prefix $AWS_S3_BUCKET_NAME) ``` I will make a PR when I can.

### What version of the VS Code extension are you using? 0.4.51 ### What subscription do you have? Plus ### Which IDE are you using? VSCode ### What platform is...

bug
extension