Alexander Biryukov
Alexander Biryukov
I'm not really sure if it must be considered a bug, but I have the following code. ```kotlin fun interface A { fun doSomething(a: Int, b: Int) } fun f(g:...
Imagine the following code: ```kotlin closeable1.use { closeable1 -> closeable2.use { closeable2 -> closeable3.use { closeable3 -> repeat(N) { // ...logic... } } } } ``` `NestedBlockDepth` is naturally violated...
Hi everything is working as expected, except these 3 imports: SB3 has migrated to jakarta namespace. https://github.com/zalando/problem-spring-web/blob/0f62aa09f64a9cf69e46171542808e3d4c2a7a09/problem-spring-web/src/main/java/org/zalando/problem/spring/web/advice/security/SecurityProblemSupport.java#L15-L17
Something is broken with Hyperscan build. The following code doesn't work. ```java import static org.bytedeco.hyperscan.global.hyperscan.HS_FLAG_UCP; import org.bytedeco.hyperscan.hs_compile_error_t; import org.bytedeco.hyperscan.hs_database_t; import static org.bytedeco.hyperscan.global.hyperscan.HS_FLAG_UTF8; import static org.bytedeco.hyperscan.global.hyperscan.HS_MODE_BLOCK; import static org.bytedeco.hyperscan.global.hyperscan.hs_compile; public class...
Hi "additionalProperties: false" is generated for the following class: ```kotlin data class SampleConfig( val sealed: Sealed ) { @Schema(additionalProperties = Schema.AdditionalPropertiesValue.TRUE, anyOf = [Sealed1::class, Sealed2::class]) sealed interface Sealed data class...
Installing Manjaro with architect on old laptop produces error at bootloader stage  it doesn't help at all, maybe it's better to show full log? here's my output: ``` Installing...
https://github.com/pinterest/ktlint/releases/tag/1.3.0