José Eduardo Montenegro Cavalcanti de Oliveira
José Eduardo Montenegro Cavalcanti de Oliveira
### Enviroment - Docker Community Stable - Image: python:3 ### OBS After add a property app_name in each django app the run server runs correctly Ex: app_name = 'authentication' ###...
Github now has an option to expose all depencies and all dependants of a project. This makes easy to find projects that are important to the open source community so...
I assert that this patch is my own work, and to [simplify the licensing of the BFG Repo-Cleaner](https://github.com/rtyley/bfg-repo-cleaner/blob/master/CONTRIBUTING.md#pull-requests): _(choose 1 of these 2 options)_ - [X] I assign the copyright...
I assert that this patch is my own work, and to [simplify the licensing of the BFG Repo-Cleaner](https://github.com/rtyley/bfg-repo-cleaner/blob/master/CONTRIBUTING.md#pull-requests): _(choose 1 of these 2 options)_ - [X] I assign the copyright...
# This PR brings several important changes ## A new list of Python versions Although it is possible to support all Python versions it become harder and harder every day....
## 🚀 Feature Request Idea: Use the Semantic versioning schema, so it makes easy for tools to scan the version and make decisions about them. Tools and software services depent...
### `make latest-version` was not able to fetch some package versions ```bash eduardo@note:~/git/dockerfiles$ make latest-versions bcc: current v0.11.0 | v0.14.0 | bcc release v0.14.0 | https://github.com/iovisor/bcc/releases bpftrace: current v0.9.3 |...
### While running `make shellcheck` the file `buttslock.sh` present error ```bash eduardo@note:~/git/dockerfiles$ make shellcheck docker run --rm -i -t \ --name df-shellcheck \ -v /home/eduardo/git/dockerfiles:/usr/src:ro \ --workdir /usr/src \ r.j3ss.co/shellcheck...
### Why`GITHUB_TOKEN` is required to update dockerfiles ?  ### What scopes are need to run correctly and safely? 
# When parallel is not installed an error occurs.  ## This can have 2 possible solutions: 1. Add parallel instalation to the readme...