Michael Kaiser

Results 9 issues of Michael Kaiser

## Expected Behavior IntelliJ with official Kotlin code style formats the following code like this: ``` val list = listOf() fun test() { if (list.all { it == true }...

bug
indentation-rule

Renovate Bot is only supporting updating version numbers in ```gradle.properties```. Probably it also doesn't understand the "```_```"-placeholder. Is there a way to get Renovate Bot working while still using your...

help wanted

After answering the first question this is what I see: ``` _-----_ | | .--------------------------. |--(o)--| | Welcome to Yeoman, | `---------´ | ladies and gentlemen! | ( _´U`_ )...

I'm using de.gliderpilot.semantic-release and as we are not using github I wanted to try this plugin to create the changelog. Sadly, after adding git-changelog-gradle-plugin: ``` plugins { ... id("de.gliderpilot.semantic-release") version...

Local Setup: https://github.com/datastaxdevs/workshop-k8ssandra/wiki/Local-Setup With current versions of kind, helm and kubectl installed ```kind create cluster --config ./kind.yaml --image kindest/node:v1.18.2``` fails with ``` [kubelet-check] It seems like the kubelet isn't running...

The client runs well with one track phrase, but as soon as I add a second one it results in a 401 unauthorized error.

Demo: http://plnkr.co/edit/gXRea0?p=preview To reproduce the issue: - Set a daterange - Press reset button

As we are not using github we can't use the existing changelog functionality of this plugin, so I was searching for a plugin to write the changelog to a file....

Is it possible to write the changelog to a file in the repo and commit it on the CI Server (manually or by the plugin) before creating the release instead...