Him188
Him188
When the compiler plugin needs to be used by IDE plugin (e.g. to provide inspections via `CallChecker`), it should use kotlin-compiler instead of kotlin-compiler-embeddable. However, this caused incompatibility with the...
```stacktrace Class 'MyCustomMessage' is not registered for polymorphic serialization in the scope of 'MessageMetadata'. Mark the base class as 'sealed' or register the serializer explicitly. kotlinx.serialization.SerializationException: Class 'MyCustomMessage' is not...
似乎在 MacOS 上也可以使用 [Apple CryptoKit](https://developer.apple.com/documentation/cryptokit) 的 [P256](https://developer.apple.com/documentation/cryptokit/p256) 实现 不过不是 Apple 用户,就不写了(没法调试) Requirements: - iOS 13.0+ - iPadOS 13.0+ - macOS 10.15+ - Mac Catalyst 13.0+ - tvOS 13.0+ - watchOS...
支持短信验证码登录
``` Exception in thread "main" net.mamoe.mirai.network.WrongPasswordException: Error(title=禁止登录, message=为了您的帐号安全,请使用QQ一键登录(通过手机QQ授权登录)。, errorInfo=) ```
## 动机 - `EventChannel` 在 2.0 增加, 但原函数均不支持 `EventChannel` - 降低 API 复杂度 ## 变更 ### 弃用 逐渐弃用如下 8 个 top-level 函数: - `nextEvent` - `nextEventAsync` - `nextEventOrNull` - `nextEventOrNullAsync`...