watchingfun

Results 22 comments of watchingfun

> in node-gyp/lib/process-release.js > > ```js > function processRelease (argv, gyp, defaultVersion, defaultRelease) { > var version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion > var versionSemver = semver.parse(version)...

> 请问要怎么解决这个问题呢?我是mac电脑,node是14.20.0 你不提供一个最小复现,大伙很难办啊

> 問題我自己解決了,原來 debug 的參數不是填在「Edit Configurations」。 直接在 package.json 的 scripts 填上就可以,希望遇到過遇坑的能幫助一下。 > > "scripts": { ....... "dev": "electron-vite dev -w --sourcemap --remote-debugging-port=9222", ....... }, electron-vite 这个哪里来的,我copy过来提示找不到该程序呢

I really need this feature, looking forward to it

只能自己fork下来修改编辑器这块,js支持多行文本,json不支持多行字符串值,只能通过转义工具转成一行,但是因为网站窗口并排两个编辑器,这样又很难维护,目前我是vscode里改完了再粘贴回去;

I'm having the same problem, it's weird, is the documentation wrong or is this a pending bug, https://cn.vuejs.org/guide/typescript/options-api.html#augmenting-global-properties

> I'm having the same problem, it's weird, is the documentation wrong or is this a pending bug, https://cn.vuejs.org/guide/typescript/options-api.html#augmenting-global-properties It is normal to use `declare module 'vue'` in vscode, and...

> ![image](https://github.com/caoxiemeihao/electron-vite-samples/assets/5900140/6a1632ab-1010-4cba-bf66-60c67e6aef14) > @watchingfun 我这个为什么报错了 1.2.3都配置了的 package.json 需要使用 "overrides" 覆盖依赖里的旧node-gyp版本

我大概猜到原因了,xml中有``这种表达式,表达式里包裹了一个left join子查询,其他部分有使用子查询的表的别名,_databaseId这个参数我没法传入,生成的sql就没有带这个子查询,导致sql解析失败,可否参数里能额外传参,因为有的参数不是mapper里传入的

> 尝试手动下载 ADB 选择 手动选择了外部的也不行,重新安装后用自带的也不行,adb版本都显示unknow, 之前用的好好的,最近想用的时候用不起了;以前都不用手动连,自己能搜索到wsa,现在软件默认用的端口是4位数的, 手动连wsa的58526端口也连不上提示找不到adb; 估计跟我电脑环境有关