Björn Kautler

Results 936 comments of Björn Kautler

Well, if it is clear what it does, that might be fine. My main concern there probably stemmed from the fact that I thought `lenient` should make the artifact view...

Argh, I hate it when GitHub ates part of my description, thanks for the notice. :-/ I hope I remembered what came after that, and added it.

Please also make it possible to show a warning on simple tab closing, not only with multiple panes. It happened multiple times to me that I accidentally closed a tab...

Here a way to add this information as first section by customization using Kotlin: ```kotlin class EnhancedInventoryHtmlReportRenderer : InventoryHtmlReportRenderer() { override fun buildLicenseInventory(data: ProjectData): Map { val inventory = super.buildLicenseInventory(data)...

Why do you think this is a Spock problem? In the file you attached, the exception that is coming is from static initializer of a Groovy class, so I'd guess...

Are OS and MA really the relevant problem here? I don't have a computer with me right now so cannot try it, but as far as I remember the attribute...

I'm here not interested in commits that contain something in the diff. I'm interested in versioned files that contain something in a given revision. Like `git grep`, **not** like `git...

How would that help? Again, I am **not** interested in selecting a revision from the changes done in it. I want to search for a string/pattern/regex inside all the versioned...

> I have never used git grep, but what is the output you expect to see? Is it simply the matching lines? Well, depends on the provided and supplied options....