Him188

Results 151 issues of 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...

https://github.com/mamoe/mirai/issues/2166

t:task
s:core

```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...

t:bug
N
s:core

似乎在 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...

t:enhancement
N
s:core

``` Exception in thread "main" net.mamoe.mirai.network.WrongPasswordException: Error(title=禁止登录, message=为了您的帐号安全,请使用QQ一键登录(通过手机QQ授权登录)。, errorInfo=) ```

t:feature
x:protocol
M
s:core

t:bug
N
s:core
x:behavior-change

## 动机 - `EventChannel` 在 2.0 增加, 但原函数均不支持 `EventChannel` - 降低 API 复杂度 ## 变更 ### 弃用 逐渐弃用如下 8 个 top-level 函数: - `nextEvent` - `nextEventAsync` - `nextEventOrNull` - `nextEventOrNullAsync`...

t:feature
N
x:deprecation

由于服务器不发送某些操作的通知(如 #1905),群列表会过期,而 mirai 目前没有除了重新登录以外的任何刷新方式。

N
t:problem
s:core