Aoba

Results 6 issues of Aoba

``` Unhandled exception. System.DllNotFoundException: Unable to load shared library 'blake3_dotnet' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're...

enhancement

I have turn on follow settings in vsc settings.json. ``` "editor.formatOnSave": true, ``` When I replace `tokio = "1"` with `tokio.workspace = true`. Changes cannot be saved.

bug
vscode
needs investigation

Add EntryEncoding parameter and a simple test with codepage 936.

模板样式 ${variable[ ?? fallback][ then function_name([arg])]} | 参数名 | 是否可选 | 意义 | | -- | -- | -- | | variable | 否 | 字典中传递的 Key 值,如 title |...

enhancement

I have added the conditional (ternary) operator. Syntax ``` {{ condition ? exprIfTrue : exprIfFalse }} ``` Example ``` {{($.event.op == "INSERT") ? "1" : "-1"}} ```

## 请确认: * [x] 问题的标题明确 * [x] 我翻阅过其他的 issue 并且找不到类似的问题 * [x] 我已经阅读了[相关文档](https://chronocat.vercel.app) 并仍然认为这是一个Bug # Bug ## 问题 在 Bot 发送消息时出现 Unauthorized,接收消息正常 ## 如何复现 ## 预期行为 ## 使用环境: - 操作系统...

bug