SAGESSE-CN

Results 15 issues of SAGESSE-CN

Fixes #73 Fixes #62 Notes: 1. Review the code. 2. `AppleSkinPlugin` maybe is a bad name, but I don't have a better idea. 3. `AnnotatedInstanceHelper` refer code from JEI. 4....

**Describe the bug** 1. The GUI for 'ME Formation Plane' could not be opened from back side when `ME Formation Plane` decorated by `Cable Facade` 2. If some plane decorated...

bug

Thx development. Can add support for APNG images? APNG is a better animated image format than GIF, and the important thing is that it's not too difficult to implement. Reference:...

**bug描述** 某些情况下 listContinerView 的大小和 cell 的大小不一致,导致一部分内容无法完全显示到屏幕上。 具体原因是, 系统会动态调整Cell的大小(系统调用layoutSubviews, 不会调用reloadData) 但 JXPagerView 严重依赖 [cellForRow](https://github.com/pujiaxin33/JXPagingView/blob/9c5e9a72fcd0f565cf379331d339a5a6e5947932/Sources/JXPagerView/JXPagerView.m#L194) 来更新大小, 这就导致listContainerView比Cell大, 一部分内容超出cell的区域 解决方案: 给listContainerView添加自动autoresizing mask 让它跟随cell的大小变更即可 ```oc self.listContainerView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; ``` **版本号** 1.JXPagingView版本号:2.1.2 2.OC还是Swift版本:OC/Swift...

Remove `webp.framework` and change to source code reference. This PR for compatibility with M1 or possibly arch later. To `YYKit` user, If want to fix the issue before the PR...

I have resign Xcode, the XVim plugin loaded, but XVim does not work. ``` -------- Debug Info ------- XVim revision : OS Version : Version 10.12.6 (Build 16G29) Xcode Version...

VeinMiner is a very useful mod that saves a lot of duplication of effort. Currently minecraft 1.16.1 has been released. Can add support to it?

# Exception I found that the loading order of the Quilt loader on the server and client is different. I know has some client mods do not exist on the...

I am using the extension method features of manifold, and I want to use the var keyword in the code, but because of the need to support java8 (minecraft user),...

for example: From `page a` push to `page b`, `page a` status bar is **hidden**, `page b` in the status bar is **displayed**. This one problem, the status bar `page...