Kevin Phillips

Results 11 issues of Kevin Phillips

- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://poetry.eustace.io/docs/) and believe that my question...

area/build-system
kind/feature
area/plugin-api
status/triage

I have been experimenting with Spock lately as a potential replacement for JUnit / Mockito in some unit tests I am working on and have been struggling with mocking of...

feature request

### Issue description When running pipenv in an environment which has a PIP_INDEX_URL environment variable defined, and that env var contains credentials to use when authenticating to the package index...

The problem I am reporting here is quite specific, so let me explain. At the core the problem case looks something like this. When running `./gradlew pactPublish` on a Java...

The code [here](https://github.com/nebula-plugins/nebula-release-plugin/blob/main/src/main/groovy/nebula/plugin/release/ReleaseExtension.groovy#L19C17-L19C38) defines a set of regular expressions for patterns that should match any branch from which releases should be permitted. Among this default set I would recommend adding...

**Is your feature request related to a problem? Please describe.** I am creating a class that will mostly map to a data class, encapsulating JSON response data from a REST...

enhancement
needs triage

### Description The Docker CLI provides an option --progress for customizing the verbosity level produced by the tool. This is particularly helpful when building from a CI because some of...

kind/enhancement
status/triage

I was debugging some strange test behavior in a fairly large Java / Gradle project I've been working on, which I managed to isolate to this plugin. **Problem** The project...

### Issue Kind Brand new capability ### Description Right now it is possible to set SSL certs for specific repositories (certificates..cert:) or globally (ie: via REQUESTS_CA_BUNDLE), but there doesn't seem...

kind/feature
status/triage

Typically when one defines a return value in a method they will use the following syntax: ``` Returns: int: some value ``` When doing so the return type, `int` in...