Huang

Results 13 comments of Huang

I've just created a [PR](https://github.com/goodwjf/export_jd_read/pull/1) to fix this.

Able to reproduce this issue on Macbook Pro (M1 Pro chip): ``` ➜ Docker docker images | head -n 2 REPOSITORY TAG IMAGE ID CREATED SIZE node-serve latest 46d92a2c8716 10...

> Able to reproduce this issue on Macbook Pro (M1 Pro chip): > > ``` > ➜ Docker docker images | head -n 2 > REPOSITORY TAG IMAGE ID CREATED...

> FROM --platform=linux/arm64 node-serve:latest Report: After upgraded from 20.10.8 to 20.10.10 `docker build --platform linux/arm64 -t xxx .` builds for me.

应该与路径中的”%“符号有所关联,隔壁VSCode软件也出现了类似的问题: https://github.com/microsoft/vscode/issues/154860

Also, after turning on debug mode, previewing a `.json` file does not generate a `.log` file on my desktop.

> At the moment I have no way to test macOS 13. But if the operating system has reserved the use of the json extension it will not be possible...

![image](https://user-images.githubusercontent.com/33554665/159477425-71254e02-e44a-4848-9177-98b089241d08.png) 已经转为“178后端”+“桌面”设置,仍然会报错。 可否建议遇到这种情况时,先支持临时用APP内的浏览器窗口查看?而不是需要用户复制链接、手动在浏览器打开看,很割裂

My Vue3 + TypeScript + "vue-plugin-load-script" package solution: ``` js import * as vue from 'vue' import hljs from "highlight.js"; import {loadScript} from "vue-plugin-load-script"; const codeStr = vue.ref("") vue.onBeforeMount(async ()...

> I have tested many source code files and they have been previewed perfectly by SourceCodeSyntaxHighlight. But `.json` files are not working correctly (though `.jsonc` files are working) > >...