VXTLS
VXTLS
### Feature request description I recently noticed in cni/README.md that the CNI backend is officially marked for removal in Podman 5.0. In my opinion, this is a bad decision that...
### Bug Description When I joined a inviting server, this server provides Username+Password login and also provides OIDC login, but Fluffychat uses OIDC directly, but the administrator manually creates the...
### Describe the solution you'd like Memos has added OAuth support, which is great, but I found that I couldn't bind a custom/built-in OAuth service to an existing service through...
目前MairiGo的风控频率确实有点高了,是否可以考虑更换新的协议层,例如: - NapCat: https://github.com/NapNeko/NapCatQQ - 以及MairiGo的Fork:https://github.com/LagrangeDev/LagrangeGo
## Description / 描述 ### 主要更改: 1. **修复panic问题** - 在`put`方法中添加了空值检查,避免对nil调用`GetID()` 2. **修复Misskey API的folderId格式问题** - 将`handleFolderId`返回类型从`string`改为`interface{}` - 根目录返回`nil`而不是空字符串,避免触发`misskey:id`格式验证错误 - 在`put`方法中正确处理form data,只有非根目录才添加`folderId`字段 3. **添加根目录检查逻辑** - 新增`isRootFolder`函数统一判断是否为根目录 - 在所有相关方法中统一使用`isRootFolder`函数: - `getFiles`和`getFolders`:根目录不传`folderId` - `handleFolderId`:根目录返回`nil`...
As the title says, I've recently been looking for a way to bootstrap OpenJDK (because the 1.5 download provided by Oracle is a binary version, and I want to bootstrap...
## Summary The current CMake logic requires `Python3 3 EXACT` while later rejecting Python versions lower than 3.9. This creates an unsatisfiable requirement, no Python version can satisfy both constraints....