msojocs

Results 77 comments of msojocs

I am using this code: ``` const form = formidable({ uploadDir: storagePath, createDirsFromUploads: true, keepExtensions: true, }); form.onPart = function (part) { log.info('part:', part) if (part.mimetype && !(part as any).headers['content-disposition']?.match(/filename="/))...

我暂时没有大会员。。。

![1NFTWLR(AH0$ZRD3AA)36_N](https://github.com/c0re100/qBittorrent-Enhanced-Edition/assets/20937135/9ad6ed58-e63f-4ca6-82d2-1613d3e7749b) 抽象

img2img works well in webui, so I copied the image data from the browser network panel to postman, but it still not work.

> Can you check if the mask field is present, I had the same issue and I had mask : "string" which was throwing the error you are right,thx

没有吧,把用户加进docker group不就行了

我这么做会有什么不好的地方吗? ```vue ``` ```ts const includeTest = ref(['/test/page1']) onMounted(() => { console.log('layout/index onMounted') }) onActivated(() => { console.log('layout/index onActivated') }) onDeactivated(() => { }) const cache = new Map() /**...

> @msojocs 抱歉这个我不是很清楚,我只是用vue有提供的api来包个壳,没有使用过这种方式。 你用的这个方式,如果vue组件内部的构成变更了,可能就不能正常使用了。 感谢,确实发生发一些问题。(scoped css 出现了问题。。) 编辑: 用 `Object.keys(component)` 暂时解决了

问题点: 选择文件的窗口的cancel事件无法被触发 ![image](https://github.com/msojocs/wechat-web-devtools-linux/assets/20937135/e3613f34-3d41-4738-9db7-51eb2743066a)

nwjs 0.76.0 开始才没有这个问题 但是用这个版本会导致兼容性变得很差? 得用额外的方法处理。