Björn Kautler
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...
### 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...
### 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...
### 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...
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...
- [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...
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.
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...