Craig Barr

Results 19 comments of Craig Barr

@amjith same issue. This is what I ran: `sudo pip uninstall -y wharfee` `sudo pip install https://github.com/j-bennet/wharfee/archive/master.zip`

@j-bennet There is no python-dev package in Centos/RH/OL 6 repository. I changed it to python-devel as it appears to be the equivalent as per http://stackoverflow.com/questions/23541205/cant-install-python-dev-on-centos-6-5 The new error I am...

@jayair how would you prefer to see contributions in regards to SAM? 1. As an addition to every part when it references `serverless`, it would have underneath that how to...

Thanks @jayair. I recently went through the tutorials from the beginning and used `sam` instead. I think you are right that a separate section would probably be the easiest way...

I've got a gist [here](https://gist.github.com/m0un10/a5b07b120df5319c0b0575e2a979e04c) with my original notes. It also has some details around what is different for the first few chapters when SAM is used instead of the...

This is how SAM simulates the function calls locally when you run a test (e.g. `sam local invoke` or `sam local start-api`). It pulls down images to support whatever runtime...

Maybe this should be a bug instead of feature request but reporting as feature request in case the behaviour is as intended.

The issue is with pipeline project when selecting "Pipeline As Yaml from SCM", it won't automatically do the checkout. I've just tested on multi-branch and it seems to be fine.

This PR is just what we are looking for! 😍😍😍😍 If released, we'd be able to remove 100s of lines from our kustomize overlays. This is because we'd be able...

That's right. They would still need to fix the conflicts on their branch though and I don't think it would be able to be done like a conventional conflict fix....