yqq

Results 18 comments of yqq

same issue - Ubuntu20.04.1 ``` $ code --version 1.72.2 d045a5eda657f4d7b676dedbfa7aab8207f8a075 x64 ```

按照 https://github.com/zq1997/deepin-wine/issues/310 结合: https://github.com/zq1997/deepin-wine/issues/310#issuecomment-1328003693 以及修改: https://github.com/zq1997/deepin-wine/issues/310#issuecomment-1327998032 已经解决了。

> > @cdsjdk 修改`/opt/apps/com.qq.weixin.deepin/files/run.sh`文件,注释掉设置`WINEPREDLL`环境变量的一行 > > ```diff > > -export WINEPREDLL="$ARCHIVE_FILE_DIR/dlls" > > +# export WINEPREDLL="$ARCHIVE_FILE_DIR/dlls" > > ``` > > 可以打开了,刚试了下,可以正常收发消息和文件,其他功能还没试,先用着 每次更新`sudo apt upgrade `之后, 注释的这一行都会恢复原状,需要手动改过来,才能启动微信

I just have issue : `src/video.c:18:8: error: unknown type name 'CvCapture'` solved by: add `#include "opencv2/videoio/videoio_c.h"` in video.c

@harveyjavier Did you find any solutions? I want do intergations for dapp in my android app too.

Same issue on Ubuntu24.04 amd64 with python code as below: ```python cap = cv2.VideoCapture(file_path) ```

same issue with `0.4.7` ``` "dependencies": { "@solana/spl-token": "^0.4.7", "@solana/web3.js": "^1.94.0", "@types/node": "^20.14.9", "tslint": "^6.1.3", "typescript": "^5.5.3" }, ``` ``` /usr/lib/node_modules/ts-node/dist/index.js:851 return old(m, filename); ^ Error [ERR_REQUIRE_ESM]: require() of ES...

``` server::worker: Shutting down idle worker 2022-10-17T06:41:58.819884Z INFO actix_server::worker: Shutting down idle worker 2022-10-17T06:41:58.819895Z INFO actix_server::worker: Shutting down idle worker 2022-10-17T06:41:58.819902Z INFO actix_server::accept: Accept thread stopped 2022-10-17T06:42:17.806999Z INFO smart_contract_verifier_http::run: Smart-contract...