Jesus M. Rodriguez

Results 21 issues of Jesus M. Rodriguez

profile add --range: the range string should be validated for format at profile creation

rho scan --range needs a decryption password (which it probably shouldn't)

ports not validated for valid values i.e. -1 or 333333 is accepted.

### What is the URL of the document? https://sdk.operatorframework.io/docs/advanced-topics/scorecard/scorecard/#configuration ### Which section(s) is the issue in? [Configuration](https://sdk.operatorframework.io/docs/advanced-topics/scorecard/scorecard/#configuration) ### What needs fixing? A better description of when and how to use...

scorecard
help wanted
kind/documentation
lifecycle/frozen

The `ApiException` class has an [optional](https://github.com/docusign/docusign-esign-python-client/blob/master/docusign_esign/client/api_exception.py#L18) `http_resp` parameter. It will then use the [alternate construction](https://github.com/docusign/docusign-esign-python-client/blob/master/docusign_esign/client/api_exception.py#L28-L31) which does not set the `trace_token` attribute. Here is a reproducer: ```python from docusign_esign import...

## Feature Request #### Describe the problem you need a feature to resolve. When running `make bundle` in the Java plugins there is no prompts to fill out the CSV....

language/java

We need to do another release and there is no release documentation.

We've been doing Github releases by hand which I find weird having used tito for all of my other projects. We do a semver tag ie. 1.2.0, then a changelog...

RFE
effort/high
gain/high

There are a few duplicate files that are exactly the same with different filenames. ``` $ fdupes -R . ./ansible/roles/aws_display_info/tasks/main.yml ./ansible/roles/aws_terminate_ec2_instances/tasks/main.yml ./ansible/roles/aws_packages/tasks/main.yml ./ansible/reset_local_environment.retry ./ansible/setup_local_environment.retry ./local/linux/reset_environment.sh ./local/linux/run_setup_local.sh ./local/gate/run_gate.sh ./local/gate/reset_environment.sh ./local/mac/reset_environment.sh ./local/mac/run_mac_local.sh...

bug