Mike Kobit

Results 52 issues of Mike Kobit

Bitbucket server version: v4.5.2 If I have a `README.adoc` it does not get rendered by default when going to the repository. `README.md` files are shown by default. I would like...

enhancement

I think output reporting and STDERR output should be looked into to better support immediate feedback and also generating useful reports. For example, given a `goss.yaml` like this: ```yaml command:...

enhancement
approved

AssertJ supports custom conditions (described at https://joel-costigliola.github.io/assertj/assertj-core-conditions.html#creating-condition) Example: ```java import static org.assertj.core.util.Sets.newLinkedHashSet; static Set JEDIS = newLinkedHashSet("Luke", "Yoda", "Obiwan"); // implementation with Java 8 :) Condition jediPower = new Condition(JEDIS::contains,...

https://youtrack.jetbrains.com/issue/KT-25019 ### Expected Behavior I'm not sure if this is a Kotlin scripting specific issue that should fail compilation, but I ran into this when working to debug a colleague's...

a:bug
in:kt-compiler
by:jetbrains

When trying to use the domain object extension methods `getting` and `creating` in a plugin when using `kotlin-dsl` it leads to less than ideal behavior. Moving pictures speak a thousand...

a:bug
in:kt-idea-plugin
re:content-assist
re:editing
by:jetbrains

Thanks for providing the `junit-testkit` module, it has made testing extensions more straightforward and supported. I have been documenting some of my usability concerns with it while it is still...

theme: programming model
status: team discussion
component: Test Kit

For unit tests it is straight forward and just works out of the box with the JaCoCo plugin (`id 'jacoco'`). Integration tests are more likely to be used to flex...

**Motivation**: Most Jenkins instances probably have some methods that have been ad-hoc whitelisted. The whitelist should be able to be retrieved inspection at first, and CodeNarc rules/compiler tooling can use...

## 2025-04-13 update for 0.11.0 ### Goals * Shade plugins * Use modern publishing plugins * Document new path ### Non-goals * Automating everything ------- ## Notes from issue creation...