Juan Carlos Farah

Results 4 issues of Juan Carlos Farah

## Summary If you pass something that is not a string as a cover option, the epub generation process will hang on the "Making Cover..." step. ## Steps to Reproduce...

I would like to only create buckets when running locally. For this I'm using a condition inside my `serverless.yml` as follows: ``` resources: Conditions: isLocal: Fn::Equals: - ${opt:stage} - local...

When installing `pre-git`, I'm seeing the following message: ``` warning pre-git > [email protected]: Check out CommitLint which provides the same functionality with a more user-focused experience. ``` Looks like `validate-commit-msg`...

I upgraded to version 5.0.4 from 4.3.0 and tests that were working before using `clickLink` are now failing because it looks like it's not waiting anymore for the page to...