Yancey

Results 4 issues of Yancey

### 问题描述 / Describe the bug 启动崩溃 ### 软件版本 / Verge Version 2.0.3 ### 复现步骤 / To Reproduce 不确定这一步需不需要: ``` sudo apt upgrade ``` 使用deb进行安装:[Clash.Verge_2.0.3_amd64.deb](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.0.3/Clash.Verge_2.0.3_amd64.deb) ``` sudo dpkg -i Clash.Verge_2.0.3_amd64.deb...

bug

Sorry to bother you, may I ask how to solve this problem? ```txt An exception occurred applying plugin request [id: 'gg.essential.multi-version'] > Failed to apply plugin class 'com.replaymod.gradle.preprocess.PreprocessPlugin'. > A...

Hi, I notice that it doesn't work with Gradle version 8.11. However, this issue does not occur in the latest version of loom. Is there a plan to upgrade to...

In the following example, the `auth` middleware did not take effect. It will run `create_library` directly without identity verification. ```rust web::resource("/library") .route(web::get().to(library_handlers::get_libraries)) .route(web::post().wrap(auth.clone()).to(library_handlers::create_library)), ``` ## Your Environment - Rust Version:...

good-first-issue
needs-investigation
A-web