Thomas Broyer

Results 34 issues of Thomas Broyer

Currently, the generated `-deploy` files are _lost_. It should be possible to have them in a JAR, ZIP or WAR with a `deploy` classifier so you can use e.g. stacktrace...

enhancement

It would be great to have the resolved Gradle version as an output of the action; that way one could use `gradle-version: current` and later pass that version as input...

enhancement

The plugin makes use of additional properties on `CopySpec`s, added through a Groovy category and meta class. It's possible to use them in Gradle Kotlin DSL by calling the category...

A CopySpec will inherit (almost?) everything from its parent spec (https://docs.gradle.org/current/userguide/working_with_files.html#sub:using_child_copy_specifications), but `fileType` at least is not inherited, and I believe all other extensions from CopySpecEnhancement. My usecase (adapted from...

### Pitch Include the instance URL (or the direct notification URL) in addition to (or instead of) the `notification_id` such that clients of multiple instances can determine which instance pushed...

suggestion

I'm using a third-party library that uses Guice (Closure Templates) and makes use of optional injection: ``` java @Inject(optional = true) void setCheckConformance(CheckConformance checkConformance) { this.checkConformance = checkConformance; } ```...

suggestion

Add support for OCI-compatible Docker images. Fixes #498

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code ```js function decorator(target, context) { console.log(context.name); };...

i: needs triage

After one votes on a poll, it's not possible to know which option(s) were chosen. This is particularly interesting when displaying expired poll notifications, when you don't necessarily remember which...

enhancement