-
## Describe the feature you request
InnerSpec now shadow the lambda parameter `it` if you use the nested InnerSpec.
```kotlin
class CustomObject(val value: String)
val actual = SUT.giveMeBuild…
-
### Description
The current Kotlin DSL requires casts, so it is not type-safe. We can't get the most out of Kotlin.
> ```kotlin
> commandTree("sendmessageto") {
> playerArgument("player") …
-
### Expected behaviour
Shot is the last plugin on our project that is not providing a way to use a new plugins block and `alias`. It would be nice if it was fixed
### Actual behaviour
Right now t…
-
### Describe the bug
The quinoa starter project mentioned in the documentation doesn't work for me with Gradle, but it works fine with Maven.
### Quinoa version
2.5.0
### Quarkus version
3.16.4
…
-
Support for Gradle Kotlin DSL would be really nice. It's my understanding that Kotlin will be the default language for Gradle scripts (https://www.youtube.com/watch?v=NMs8Z6rFnzE&feature=youtu.be&t=10…
ghost updated
3 months ago
-
Now functional route is useful feature for Spring WebFlux and SpringMVC, and it's possible to add this feature for RSocket? Functional route is very convenient with functional style, especially for K…
-
**Expected Behavior**
It should be possible to add a custom `ServerHttpHeadersWriter` with Kotlin DSL, something like
```kotlin
http {
headers {
writer {
StaticServerHttp…
-
# Setup
- mockito: 5.14.2
- gradle: 8.11.1
- java: 21
- linux
Followed the instructions on https://javadoc.io/static/org.mockito/mockito-core/5.14.2/org/mockito/Mockito.html#0.3
my catalog…
-
Usage:
```kotlin
await atMost 5.seconds untilAsserted { }
```
Impl:
```kotlin
import kotlin.time.Duration
import kotlin.time.toJavaDuration
infix fun ConditionFactory.atMost(duration: Du…
-
**Is your feature request related to a problem? Please describe.**
Please see discussion in https://github.com/JetBrains/kotlin-wrappers/issues/2586.
Apparently keyframes are not supported becaus…