WhiteFox125

Results 5 issues of WhiteFox125

When I run minecraft client, the js thread is blocked. ```js let mc = Java.type(ver.mainClass) mc.main(a) let start = +new Date setInterval(()=>{ console.log(new Date-start) },250) ``` Also, the sound starts...

**Describe the bug** Engine.IO server version: `6.2.0` **Typescript** ```ts import engineio from 'engine.io' console.log({engineio}) // { engineio: undefined } ``` ```ts import {attach} from 'engine.io' console.log({attach}) // { attach: Function...

question

**Describe the bug** I used the official client with modified "GLOBAL_ENV". If you put another language (Russian) and try to create a server, the following error will appear: ![image](https://user-images.githubusercontent.com/41978062/229974404-59327139-77d6-43b9-b110-0d37b9b2a470.png) After...

Bug
Good first issue

add this ```js if(package.name!=package['app-name']) throw new Error('...') ``` ```js non zero exit code: failed to build apk W: fakeLogOpen(/dev/log_crash) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W:...