Dominic Evans

Results 63 issues of Dominic Evans

in a multi-project build.gradle i.e., ``` groovy project(':projectA') { cucumber { tags = ['@billing', '@important'] } } project(':projectB') { cucumber { tags = ['@logging'] } } ``` the gradle-cucumber-plugin appears...

enhancement

`noExportConfigurations` has been deprecated in the EclipseClasspath dsl for some time now and has finally been removed completely in Gradle 3.x, but is currently being used [here]( https://github.com/samueltbrown/gradle-cucumber-plugin/blob/b1c66b867619c460ac5ae337b4aa8000ef7f982f/src/main/groovy/com/excella/gradle/cucumber/CucumberPlugin.groovy#L81) Hence gradle-cucumber-plugin...

👋 thanks for the great library (consuming via mdbook) Might it be possible to read credentials for external sites via a local `.netrc` file (e.g.,) and then pass those to...

I was checking out covfefe recently and thought I may as well offer up the local changes I did whilst setting it up. Not sure if you're accepting PRs, but...

rsc.io/[email protected] fails to extract the module info in this scenario: ```sh $ KURED_VERSION=1.9.1 $ GOBIN=$PWD $ go install -ldflags "-X main.version=${KURED_VERSION}" \ "github.com/weaveworks/kured/cmd/kured@${KURED_VERSION}" $ goversion -m kured kured go1.16.13 $...

👋🏻 firstly, thank you very much for making prr available for others to enjoy, excellent tooling! --- Currently prr expects a short path format of `//`, e.g., `prr get danobi/prr/24`,...

**Description:** Has any thought gone into adding support for moderating GitHub Discussions and labelling them as stale and closing them? I notice that there only appears to be support for...

feature request

**Description:** When an issue or PR receives updates and/or the stale label is removed, it would be great if the stale action could mark its previous stale-issue-message / stale-pr-message comments...

feature request

Currently the README.md briefly mentions that alert-lookup needs a personal access token, but it doesn't specify what permissions are actually needed. It would be good to enhance that with a...

bug

something like ``` py install_requires=[ 'numpy>=1.8' ], ``` should be added (as appropriate), else a setup.py-based install won't work