-
springboot config
```kotlin
override fun registerStompEndpoints(registry: StompEndpointRegistry) {
super.registerStompEndpoints(registry)
registry.addEndpoint("/idea-chat")
…
mdddj updated
2 years ago
-
Hi there,
Is it possible to publish new pact jvm versions for provider and consumer for junit5 with new common-text library which is not contains vulnerability that previous version has:
…
-
**Subsystem**
Kotlin multiplatform library: ktor-client-logging:1.3.0
**Is your feature request related to a problem? Please describe.**
Problem: not able to filter calls to be logged. All calls …
-
I love using craftify, its so amazing and useful. but after a ad plays on spotify, the display will not update, i will have to go to mod menu and craftify's config menu (im on fabric btw) to refresh i…
-
### Ktorfit version
1.0.0-beta16
### What happened and how can we reproduce this issue?
I ported from retrofit to ktorfit, and have found that there are a lot of crashes that get through the suspen…
-
**Intro**
I migrated to Koin 3.2.0 (Koin annotation 1.0.0-beta-2) and started rewriting the code with annotations. The project uses several **product flavors**. When you run a Gradle, then it display…
-
Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90…
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。另外请按照如下要求提交相关信息节省社区维护同学的理解成本,否则该讨论极有可能直接被忽视或关闭。
We recommend using English. If you are non-native English speaker, you can use the translation software. We reco…
-
### 问题描述
`564a7ce8`开始启动出现下面错误
```
"C:\Program Files\Java\jdk-18.0.2.1\bin\java.exe" "-javaagent:D:\IntelliJ IDEA 2021.2.2\lib\idea_rt.jar=64906:D:\IntelliJ IDEA 2021.2.2\bin" -Dfile.encoding=UTF-8 …
-
**Is your feature request related to a problem? Please describe.**
I am using the Ktor Resources plugin in a nested route, like this:
```kotlin
@Serializable
@Resource("/config")
object ConfigR…