zwa73

Results 8 issues of zwa73

**Describe the bug** In the latest version, there seems to be a problem getting replies (pip3 install revChatGPT --upgrade) This error is not present in 0.0.34.2 Error handling request Traceback...

bug

The open browser will arrive at this URL, close it, and repeat the process. https://chat.openai.com/auth/login Windows OS is used

bug
help wanted

泵式井在泵水过程中(未泵至填满自身缓存)一但关机或停止供能就产生如此帖一样的情况 https://github.com/GregTech6-Unofficial/GregTech6-Unofficial/issues/25 并且不断发出噪音

自定义矿脉无法在主世界生成,如自定义添加的硅岩,权重调至10w也无法在主世界找到,而在末地可以正常生成 自定义基岩矿脉无法控制在其他世界生成,如ar的planet,看上去只认一部分生物群系,如ar的星球有一部分月球生物群系则只有在月球生物群系下方才可以发现基岩矿脉

### Version 4.1-v0.0.20-20240906 ### System information Windows11 ### Issue description ```ts export default class TestScript extends godot.PhysicsBody2D { collink: any; _ready() { this.set_physics_process(true); // Enable physics processing } _physics_process(delta: number):...

While using the package for long-polling scenarios, I've noticed a limitation when dealing with network instability. Specifically, the timeout parameter in request is tied directly to server-side timeout behavior. When...

## detail | 详细描述 用puerts在unity创建多个jsenv,然后在多线程中每个线程访问一个jsenv,以此来实现互不通讯只返回结果到c#的多线程js运算,这样会触发faq里的 "概率报Maximum call stack size exceeded"问题吗? 关于 THREAD_SAFE 宏,我只需在c#调用jsenv实例时 #if THREAD_SAFE lock(jsenv){ #endif THREAD_SAFE ... 即可么?还是需要在哪里做额外改动?