Kisaragi

Results 186 issues of Kisaragi

### Summary 特定ユーザーからのフォローリクエストを自動的に拒否する機能がほしい ### Purpose 通すつもりがないユーザーのフォローリクエストが飛んでくるたびにいちいち蹴るのが面倒 ### Do you want to implement this feature yourself? - [ ] Yes, I will implement this by myself and send a pull request

✨Feature

related: #34 現状のUpm-DependencyにおいてGitHubからインストールした場合、 ``` Upm-Dependency: com.vrmc.gltf@https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF Upm-Dependency: io.github.kisaragieffective.resonite-import-helper@https://github.com/KisaragiEffective/ResoniteImportHelper.git ``` として表示されますが、これはハッシュに関する情報を含んでいません。 バグについてのbisectを行う時、スタックトレースの表示からハッシュ (以下の例では`b063fc4d2a`) を取り出してこなければならず、やや面倒です。 ``` ================f7d5f2fc3ee04b52bf4465293e2046eb================ Content: log-element Mode: 8406016 Mode-Raw: 00804400 Automated NoIK processor UnityEngine.Debug:Log (object) ResoniteImportHelper.Transform.AvatarTransformService:PerformConversionPure (UnityEngine.GameObject,bool,bool,bool,ResoniteImportHelper.Allocator.ResourceAllocator) (at ./Library/PackageCache/io.github.kisaragieffective.resonite-import-helper@b063fc4d2a/Editor/Transform/AvatarTransformService.cs:51)...

現状だと ``` Upm-Dependency: com.vrmc.gltf@https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF Upm-Dependency: io.github.kisaragieffective.resonite-import-helper@https://github.com/KisaragiEffective/ResoniteImportHelper.git ``` として出力されます。しかし、ビューワ上では単に ``` com.vrmc.gltf: UPM: https io.github.kisaragieffective.resonite-import-helper: UPM: https ``` として表示されてしまうため、リンクを表示するようにしてほしいです。

パス記法でファイルが指定され、かつそのファイルが所属するディレクトリ下にそのファイルと同じラベルが存在する場合、パス記法でどのファイルを指すかが曖昧になるため不許可にするべき

BC Breaks

毎回PRでいちいちビルドしている。 `rust-build-cache-${CACHE_VERSION}-${BASE_REF}_${TARGET_TRIPLE}_${TLS_LIBRARY}_${HASH_OF_LOCKFILE}`にしたほうが良さそう。

optional, maybe Resonite-specific