joe-vettek

Results 6 issues of joe-vettek

The statistics are very detailed, but they are also very trivial. Can you add functions and see a macro result after classification? By the way, there seems to be no...

**Description** My computer is the win64 version, but the script always generates the x86 version by default, which causes the project to not be built smoothly. I tried to modify...

### 在提问之前... - [X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,且会尽可能提供更多信息帮助问题解决 - [X] 我在提问题之前至少花费了 5 分钟来思考和准备 - [X] 我已经阅读了文档中的常见问题、详细使用说明等,认为这大概率是一个 bug 而非设计如此 - [X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况 ### 问题描述 程序进行到自动公招,招募完昨天的结果后,我没有票,此时提示我识别出了五星,然后程序就崩溃了。 ### 日志文件 [asst.log](https://github.com/MaaAssistantArknights/MaaAssistantArknights/files/9590635/asst.log) ### 截图...

bug
module: recruit
hard to reproduce

my code is like this: ``` String tt = fileName.replace("mp3", "tt"); mp3file.save(basePath + tt); id3v22Tag.setEncoder("2"); mp3file.setId3v2Tag(id3v22Tag); id3v22Tag = mp3file.getId3v2Tag(); if (id3v22Tag.getAlbum() != null && !id3v22Tag.getAlbum().isEmpty()) this.album = id3v22Tag.getAlbum(); ``` I've...

### Describe your enhancement At present, after my univariate test, your mod loading time needs extra 30 seconds.Though there aren't any other mods which add liquid. I feel this is...

performance

### Bug Description In vanilla MC, Mojang allowed modders to overlay textures by means of isotropic blocks, without being affected by z-depth. An example is the grass block model, which...

T-bug
P-high
A-resource-packs