CI010

Results 165 comments of CI010

看到作者最近正在肝这个项目的一个前置 https://github.com/patr0nus/libnode. 说不准是在给node编译做什么准备

Thanks for you investigation! You can upload the "corrupted" .json file, and I think I will support that format this format (since official launcher supports it). About the issue fixing,...

> After investigating a little bit, I found out that official Minecraft launcher doesn't actually see these corrupted versions that were generated by custom Minecraft launcher that I'm using. The...

> New issue appeared: > > ![image](https://user-images.githubusercontent.com/47535238/77851495-28d7cb80-71e2-11ea-9001-694dfbbcd8af.png) > > When I try to launch this version after some time it tries to locate `LiteLoader` class, but it's not present. Neither...

Actually, I cannot repro this bug... I've tried to reinstall and launch with liteloader but it seems all fine... Maybe you can try it again after next patch.

1. They are the legacy repo to manage the code. Currently, those two are managed under this monorepo (@xmcl/model and @xmcl/resource-manager) 2. ResourcePack module only provides read resource from a...

I guess these lines of code are in renderer process (browser). You need to open nodeIntegration for that browser window to use node modules. (All missing modules are node modules)...

> Thank you very much for your reply, and thanks for the link to the template in vue. > Would there be any in React too? That template actually will...

Interesting... Maybe you can try to use event listener? If you have ```ts let handle = Task.execute(yourTask) // if you have this, you can handle.on("cancel", (node) => { /* cancelled...

Yes, the weird outlines are definitely bugs... I'll fix this if I have time to deep investigate this. I think it's caused by texture/material of the overlay model (which should...