Results 191 comments of Stefan M.

Any updates on this @HarithaVattikuti ?

Thanks for the answer. This makes sense :+1: . But is a Gradle task really enough? 🤔 A Kotlin project would likely to use the full IntelliJ power and wants...

I just added the dependabot config file in the template. See https://github.com/StefMa/java-library-template/commit/94055c4ea5d913f97b323cce196a5d687cd0d9ea It seem that right now all dependencies are up-to-date except of the testcontainer. See the respective PR: https://github.com/StefMa/java-library-template/pull/1

I have just been thinking about this again and have come to the conclusion that this may not be an exclusive issue. Using dependabot or renovate is probably a personal...

Right now I don't have the capacity to create a PR for this. Feel free to take over.

Hey @hartmut-co-uk, any chance to have a look at this?

> So the data volumes written and read from cache is higher, also the JDK is downloaded with each and every workflow run. I don't get this 🤔 Is it...

For now, we can use the GitHub releases badge (https://shields.io/badges/git-hub-release) as the pkl package server supports only that. ![GitHub Release](https://img.shields.io/github/v/release/stefma/pkl-gha?include_prereleases) But that is obiosuly not perfect as maybe in the...

> Are you only interested in latest, or in .latest as well? Why (not)? In terms of *this feature* just `latest` would be **required**. Mostly, these badges are used to...

Is this a bug than a feature? If I look into the CliEvaluator I see that it set the expected format: https://github.com/apple/pkl/blob/main/pkl-cli%2Fsrc%2Fmain%2Fkotlin%2Forg%2Fpkl%2Fcli%2FCliEvaluator.kt#L199-L203 But it seems it will not be respected...