Will Da Silva
Will Da Silva
### Meltano Version 2.3.0 ### Python Version NA ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System NA ### Description ```sh $ python -m meltano /home/will/.pyenv/versions/meltano37/bin/python: No...
The style guide in the contributor docs says: > MyPy is currently only executed as part of the build pipeline in order to avoid overwhelming developers with the complete list...
The following vulnerabilities have been detected: ``` src/webapp/yarn.lock » [email protected] – Template injection in ejs (critical severity) ↪ https://github.com/advisories/GHSA-phwq-j96m-2c2q src/webapp/yarn.lock » [email protected] – Server-Side Request Forgery in Axios (high severity)...
As discussed in a recent call, editing an old file only to have it spring dozens of linter issues on you because we currently only lint changed files is always...
As explained [in this GitHub blog post](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/), and detailed [in the GitHub docs](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary), we can create a markdown job summary for a workflow. Creating a test workflow job summary similar...
We currently have some of our CLI comments implemented by `async` functions. We could implement them all as `async` functions, and then run them in a wrapper that yields from...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? The `Path` library does not...
I'd be happy if it had the same semantics as Python's [`os.walk`](https://docs.python.org/3/library/os.html#os.walk)
### Is your feature request related to a problem? There does not appear to be any way to access the content of a module object programmatically. ### Describe the solution...