shiroshibe
shiroshibe
> > 在 app 全局配置 usingComponents? > > 然而支付宝小程序不支持全局 usingComponents,看了下微信应该是可以的😥 微信和支付宝都是支持的 [微信](https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#usingComponents) [支付宝](https://opendocs.alipay.com/mini/framework/app-json#usingComponents)
same error, Did you find any solution?
I found a temporarily solution, you can use `fork` of `child_process` to isolate them env, it's work like this ```javascript // child.js const { startListener } = require('node-rdev'); startListener((dataStr) =>...
PR alreay pushed, wait approved, you can use it at https://github.com/Barrierml/reverse-engineered-chatgpt
> can you make a explanation video of this code. I really want to understand this code. video? That might be a little difficult for me, if you have any...
> I have the same issue even after re install and i did the forked repo installation method Have you tried other accounts? If other accounts still have the same...
> after trying the new version, now getting the 1st response, then immediately: > > ``` > Traceback (most recent call last): > File "/home/brizz/Code/createbook/async_basic_example.py", line 34, in > asyncio.run(main())...
PR alreay pushed, wait approved, you can use it at https://github.com/Barrierml/reverse-engineered-chatgpt
1. you should check that you imported module is newest fork ```shell # you can do like this pip uninstall re-gpt pip install git+https://github.com/Barrierml/reverse-engineered-chatgpt ``` 2. if it's still same...