Jean-Michel Fayard

Results 208 comments of Jean-Michel Fayard

In my own project with Gradle 5.2, it didn't work either, albeit with a different error ``` ./gradlew generateNativeInstaller 13:29:44: Executing task 'generateNativeInstaller'... > Task :jar UP-TO-DATE > Task :copyAppDependencies...

Do I need an Apple Developer ID? https://help.apple.com/developer-account/#/dev04fd06d56

No worry, I had given up on my own project as well for, just got it back on good rails in the last couple of week

There is a disagreement of the initial number of dependencies that should be included ## Why? - LouisCAD points out that the initial download/scanning of dependencies can be very slow...

@Zhuinden @CanOrhan The first step is to understand why variance is important in the first place. For example this java snippet that use Arrays (who have no variances) is unsafe:...

Some note on the Slack thread on what the executable could do - detekt if Kotlin is already installed, else tels you to open https://kotlinlang.org/docs/command-line.html - list all .github/workflows/*.kts available...

Some note on how to build the CLI tool I have some experience with it due to https://github.com/jmfayard/kotlin-cli-starter And my suggestion will sounds surprising but I would recommend to implement...

@JavierSegoviaCordoba writing a Gradle plugin is possible the issue I see is that if github-actions.kts becomes popular enough, we will have people using lots of different build systems. Could be...

For https://github.com/typesafegithub/yaml2kotlin I'm entirely focused on the web app solution, not on the CLI

@krzema12 we probably implemented WorkflowDispatch before I implemented the typesafe expressions, meaning we didn't design typesafe inputs at all