Bo

Results 103 comments of Bo

才搞了一半

> 重写是electron还是swifty啊?imagine是我目前用的最舒服的图片减肥应用,windows和mac上都装了,感谢作者! Tauri

> 那tauri支持苹果m1 chip吗? Yes

It can't be open because I only build the app for x64. When you run from source code, you use the `darwin-arm64` electron binary, so it can be opened. So...

@okalachev Thanks for your help! I have adjust the code structure and add some test cases, then you can help by those steps: 1. Checkout the branch `mozjpeg-v4`. 2. Run...

@okalachev Those warnings are as expected. `Failed to get options from localStorage, SyntaxError: Unexpected end of JSON input` is as expected, too. Is there any other error information when you...

@okalachev Is there any error in the chrome devtool? Menu - Debug - Toggle Developer Tools, or `option` + `command` + `i`, then check the `Console` tab, like this: BTW,...

@okalachev `Warning: Each child in a list should have a unique "key" prop...` is not the point because it is a normal thing.

@okalachev I can not have a test but I guess because `os.cpus().length` returns 0 on M1. See https://github.com/microsoft/vscode/issues/112122 I have fixe it at https://github.com/meowtec/Imagine/commit/803b75949d1a90591bd37f27e58b9305858a0886. You can `git pull` and help...

> It doesn't return 0 on my computer: > > ``` > $ node > Welcome to Node.js v17.5.0. > Type ".help" for more information. > > os.cpus().length > 10...