Mikalai Kukhta

Results 8 issues of Mikalai Kukhta

Replaces `get_device_details` logic so that it takes into account not just devices in own house, but also in all the shared ones Fixes #464

discussed here https://github.com/fwcd/kotlin-debug-adapter/issues/91

dependency resolution
gradle

On the following line: https://github.com/SMILEY4/ktor-swagger-ui/blob/013161a5c301a331e707e393fecfc13c4e405ec4/ktor-swagger-ui/src/main/kotlin/io/github/smiley4/ktorswaggerui/dsl/routes/OpenApiResponses.kt#L38 `statusCode.toString()` should be replaced with `statusCode.value.toString()` Otherwise, the resulting schema contains incorrect values. For example, with `code(HttpStatusCode.BadRequest)`: ```json "responses": { "400 Bad Request": { "headers":...

Shameless copy of #42 (Huge thanks to @thunderz99 !) with the addition of `envFile` support. also injects `--add-exports jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED` without which locally build debugAdapter refuses to start. Supposed to be...

extension

Possibly relates to #69 I stumbled upon similar issue while I was trying to launch a Ktor application. After some debugging, I traced the root cause to the fact that...

bug

depends on https://github.com/fwcd/kotlin-language-server/pull/590 should help with https://github.com/fwcd/kotlin-debug-adapter/issues/91

Shameless copy of #45 (Huge thanks to @thunderz99 !) Code is updated with latest `main`, is tiny bit cleaner and contains no external dependencies compared to original by thunderz99. One...

Hi! It's me again :) Today I bring you the "preview" of Holidays handling. (#266) PR contains: - new Holidays Settings item - ability to add and remove Holidays for...