Davi Marcondes Moreira

Results 25 issues of Davi Marcondes Moreira

Reason: 1.12 was released more than [3 years ago](https://go.dev/blog/go1.12), and since then, many changes/fixes were applied. The project may benefit from these changes if we consider facts like security and...

Added the missing `-w` flag, which is required for the command execution to recognize where the working directory is - and where the CircleCI config is :wink:

### Descrição These changes will add the following PHP versions to run tests: - PHP 7.3.17 (cli) (built: Apr 24 2020 18:12:13) ( NTS ) - PHP 7.4.5 (cli) (built:...

At https://docs.pagar.me/reference#validando-um-postback, we found that the JS sample lacks a basic detail for the operation. ```javascript const pagarme = require('pagarme') // Calculate signature: pagarme.postback.calculateSignature('X-Hub-Signature', 'postbackBody') // returns a hash //...

pagarme-js docs

Hi! > `Dangling comma may cause weird errors when used on functions, you should avoid it.` Could you please elaborate this problem? Maybe this isn't an issue with this repository...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

Seems that running PHP CS Fixer does not makes any changes to the target files. Why? Execution: ``` docker run -it -v $(pwd):/foo -w /foo devdrops/php-toolbox php-cs-fixer fix my/awesome/php/file.php docker...

bug

From the logs: ``` Configuring for: [131/409] PHP Api Version: 20180731 Zend Module Api No: 20180731 Zend Extension Api No: 320180731 checking for grep that handles long lines and -e......

At https://github.com/devdrops/php-toolbox/blob/master/Dockerfile#L17-L19, we have the following: ```dockerfile RUN apt-get update > /dev/null 2>&1 && \ apt-get -y install \ curl \ ``` And so on. BUT, at https://github.com/devdrops/php-toolbox/blob/master/Dockerfile#L14, we have...