Mohit Agarwal
Mohit Agarwal
This repository contains recipes that are designed to help improve security in AWS. It also contains recipes for CloudFormation templates and IAM policies. -- Like this pull request? Vote for...
The title says it all! -- As an aside, it hasn't been updated in years.
Running `make examples` after cloning the repository gives the following error: ``` ... [100%] Built target whisper gmake[3]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' gmake[2]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' gmake[1]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' Build...
Attempting to install `misspell` using [`install-misspell.sh`](https://github.com/client9/misspell/blob/master/install-misspell.sh) fails. The failure appears to be the incorrect version computed [here](https://github.com/client9/misspell/blob/master/install-misspell.sh#L232). ``` $ curl -s -L -o ./install-misspell.sh https://git.io/misspell $ sh -x ./install-misspell.sh +...