Forte Scarlet

Results 46 comments of Forte Scarlet

@pdvrieze But this `Command` may need to be provided for external use, so I may not be able to control their `SerializersModule`. I want to have a default serializer when...

Okay, but if I distribute the `SerializersModule` along with classes, I can't seem to provide a default serializer and allow the clients to redefine it. ```kotlin @Serializable abstract class Base...

@sandwwraith That's great! It seems that `overwriteWith` can solve that problem, thanks for letting me know 😉

- https://github.com/simple-robot/simpler-robot/pull/662

https://github.com/Simple-robot/simbot-component-onebot/

https://github.com/simple-robot/simbot-component-telegram (WIP)

https://github.com/simple-robot/simbot-component-discord (WIP)

是否考虑在发布 `mirai-core` 的时候排除掉Jar内的 `META-INF/services/io.ktor.client.HttpClientEngineContainer` 文件呢?否则经常会导致 ServiceLoader 加载出现异常,如果忘了加 `ktor-client-okhttp` 的话

> 你可以手动再设置一下 bot 工作目录 好的,目前也的确是如此解决的