Lukas Forst
Lukas Forst
@rsinukov I wasn't sure where to exactly put it, but this test fails if `wss` is not considered to be secure context, now it works.
@rsinukov I addressed all comments, is there anything else to do? Or can we merge this?
Hey, thank you! The majority of the function were refactored out of the JVM projects and the rest was developed directly for `katlib` on JVM. I don't have any experience...
For those using the Postgres - a year or so ago I created super simple library based on the comments here -https://github.com/LukasForst/exposed-upsert no need to copy paste code, the library...
Hey, I forked this repo and wired stuff together to work with Ktor 2.0.0 the fork is here - https://github.com/LukasForst/ktor-openapi-generator - it's also deployed on maven central, so feel free...
hey @sigmanil can you try to update to latest Ktor 2.0.1? See https://youtrack.jetbrains.com/issue/KTOR-4187 because that was for example problem in my apps actually, I'm surprised base ktor status pages work...
@Wicpar I'd like to, but definitely not now (busy on other projects, maybe during summer? I'll let you know). However, there're some rumours that JetBrains will work on Ktor Swagger...
@Marek00Malik sorry, but right now, I don't have enough time to work on this, I just ported the basic stuff to keep my own service up and running and it...
looks like we're going to get official support after all - https://youtrack.jetbrains.com/issue/KTOR-774 - issue just changed from `Open` to `In Progress`
I agree, their solution is far from optimal. I guess we offload serving the UI to their implementation, but honestly even that one is worse, because it fetches js from...