Björn Kautler

Results 380 issues of Björn Kautler

Currently only `Project` has a `findProperty` method with which you can use elvis-operator syntax like `project.findPropery('foo') ?: 'default'` instead of the cumbersome `project.hasPropery('foo') && foo ? foo : 'default'` It...

a:feature
in:configuration-model

### Issue type Missing information ### Problem description The documentation about lenient is extremely sparse. Please elaborate a bit more about what it means. It currently says it "collects any...

in:dependency-resolution
a:documentation

### Current Behavior If you specify attributes on an artifact view to select a specific artifact, or even to select a different variant using `withVariantReselection()`, you cannot make the artifact...

a:bug
in:dependency-resolution

### Expected Behavior It would be nice to have some way to express order requirements for artifact transforms, or a way to filter or discard chains or similar. ### Context...

a:feature
in:artifact-transforms
:wave: team-triage

If you for example call `copy` on a `ClassName`, you get `TypeName` returned. The `copy` with `tags` parameter is overridden in the subclasses and returns the respective subclass. But the...

enhancement

- [x] I have read the [guidelines for submitting issues](https://splitties.github.io/refreshVersions/contributing/submitting-issues/#bug-reports) ## 🐛 Describe the bug JavaFX early access versions like `23-ea+3` are considered stable. ## ⚠️ Current behavior JavaFX early...

If you are in preview-only mode, there is no way to search in the displayed file. It would be nice if you could do a textsearch in the preview, at...

enhancement

Sometimes it would be nice to be able to specify some additional validation rules that restrict the basic types further. For example if you use `integer` for a `port` value,...

The verification action should search all action YAML files in the repository and validate their typings against them accordingly. Currently only the main action's typings are verified.

bug

https://www.npmjs.com/package/null-writable changed to being an ESM module in v2. Now it cannot be packed by NCC anymore. With 1.0.5 packing works like a breeze. But as soon as you use...

bug
help wanted