Ghost_chu

Results 48 issues of Ghost_chu

### 联系方式 @Ghost-chu ### 1Panel 版本 v1.3.6 ### 问题描述 通过 1Panel 新创建的 `1panel-php:8.0.28` 和 `1panel-php:8.1.18` 中的 `composer` 命令运行没有任何效果。 ### 重现步骤 网站 -> 运行环境 -> 创建运行环境 -> PHP8 -> 选择 `8.0.28`...

类型:问题

### Describe the Bug Although the OIDC response contains the `picture` field, the Bookstack still use default user avatar. ```json { "sub": "", "iss": "", "aud": "7acd8e81792f80dc48e9", "preferred_username": "", "name":...

:door: Authentication
:hammer: Feature Request

![image](https://github.com/KimigaiiWuyi/GenshinUID/assets/30802565/fda4fb07-17ac-4df3-b0f6-bb7fb992fa8f) ![image](https://github.com/KimigaiiWuyi/GenshinUID/assets/30802565/9f551e81-78a6-41d0-b3a3-b49c17eecce5)

bug?🐛
wontfix👽️

是否可能根据条目数量,纵向拓展该行的卡片高度? ![image](https://github.com/KimigaiiWuyi/GenshinUID/assets/30802565/838b664e-db24-4c6a-b33c-9a2d681922f9)

enhancement✨

### Describe the problem related to the feature request Dodo 是B站旗下的一个即时聊天软件(与KOOK一样都属于仿Discord类型),希望 Koishi 能够提供对其的适配器支持。 [Dodo开发者中心(文档)](https://open.imdodo.com/dev/) ### Describe the solution you'd like 添加对 Dodo 机器人的适配器。 ### Describe alternatives you've considered 也可以添加对 [OlivOS](https://github.com/OlivOS-Team/OlivOS)...

feature

Hanger: https://hangar.papermc.io/ API: https://hangar.papermc.io/api-docs

enhancement

I want request a HuskSync feature that can stop the data sync when player in a blacklisted world I have a parkour plugin which it handle players in a standalone...

priority: low
type: feature request

In some cases, the server needs to be started without an (stable) internet connection. SpigotLibraryLoader is able to do this, but libby (gradle) requires an robust internet connection every time...

enhancement

I would like to be able to customize the dependency download location (outside of the plugin data directory) (e.g. /libraries) so that I can reuse downloaded dependencies from SpigotLibraryLoader, avoiding...

enhancement

### **功能简述** 添加对支持事务的数据库(和数据库引擎)的事务支持。 ### **需求来源** 在处理较为复杂的部分数据时,需要保证数据的一致性。 ### **附加内容** 有时可能同一个事务下会出现事务嵌套的情况(从代码逻辑来看)。 ```java ====== 事务 A 开始 main() ====== ... {进行一些A事务的操作} ... printf("可选:绑定 IP 与 MAC 地址 开始!"); bindIpMac(); ====== 事务 B 开始...

enhancement