Martín Gaitán

Results 113 issues of Martín Gaitán

[pipdeptree](https://github.com/tox-dev/pipdeptree) is a cool tool for visualizing the dependency tree of python packages. It allows users to see a structured "tree" of dependencies and, using its reverse mode, to understand...

enhancement
wish

`--vcr-record=all` doesn't actually re-record the cassette but keeps or update (if there is a match) any previous episode and append the new ones.(see [an example](https://gist.github.com/mgaitan/3a1a901e0bdda319009e6de59a4fee7e)). That's the reason why we...

I want to warn my team about a few antipatterns in our tests code with a set of custom rules using `semgrep ci` in github action. I discovered in the...

bug
priority:low
feature:ignore
ci
osemgrep

`docker compose config` (or `docker-compose config`) is a command that "parse, resolve and render compose file in canonical format" it resolves several things. For instance, it honors the `COMPOSE_FILE` envvar,...

needs-discussion

my compose file is very complex with at least a dozen services. A single diagram is too big and turns useless. It would be nice to specify via the command...

enhancement
good first issue

a "git recent-branches" https://gist.github.com/mgaitan/ba1e4e252b90a7fd4a4eb9e1742e94fb for our latest uploaded files.

suppose a file is a uploaded and upgraded. how can I retrieve the original version?

implements #31