Sun Xiaoran
Sun Xiaoran
> The 0.28.0 binary still isn't working for me (this time on Fedora) log below. > > I did manage to build from source just fine and the binary it...
> ### 编译问题 > 刚开始编译安装运行时提示缺少`ansi-styles`,添加之后又提示缺少`supports-color`,编译时添加这两个npm包之后运行就没有其他报错信息了。 大概率是因为 chalk 是 cli 插件的依赖而非 terminal 核心依赖,所以深层依赖没有被正确处理。默认的 for macOS 的构建中我做了一些[魔法操作](https://github.com/CyanSalt/commas/blob/master/build/pack.mjs#L70-L89)让它能够正确被 electron-packager 识别,不确定在 Arch 的构建中是否也可以使用类似的方式。 > ### 界面问题 > 整体界面默认是透明的。透明度调整的有点大,基本上看不太清楚。图标什么的基本上看不到,菜单栏也没有的。 后面无意中点击界面左下方,才点开设置界面。 vibrancy 的问题我可能需要单独排查一下,应该在 Windows 下也会有类似的问题。 >...
> 最新的0.3.0,大部分问题都解决了,目前只有2个问题依旧: 1是需要添加ansi-styles `npm add ansi-styles` 2是依然无法识别app.asar打包状态 问题 1 似乎不太正常。使用 `DEBUG=1 npm run build` 本地构建后可以发现 linux release 下的 `resources/app/node_modules` 下是有 `ansi-styles` 的。 问题 2 我怀疑和 `process.execPath` 在 linux 下的工作方式有关。我目前没有设备测试,或许可以尝试将 `src/main/utils/directory.ts#L6`...
Hi, 1. `translation.json` must be put in the `storage` folder, not the `resources`. I think this might be the reason which cause your issue. 2. You can add a file...
@kczx3 Originally i want to create a portable software. It can be used by any user of one computer now. I think it's a good idea to make this thing...
Looks good, I think we can merge this once the PR for the sorted polyfill is finalized.
Great. I'll release it asap.
I request to reopen this issue because Reactive Props Destructure in Vue 3.5 [has different behavior](https://play.vuejs.org/#eNp9kctOwzAQRX9l8CYglUYFVlVaBKgSsIAKkFjUXYRkkqY4tuVHqBTl35m49LFA3Xnm3rHP9bTsTuth45GNWWIzU2kHIpXlhDNnOQOLzuspl1WtlXHQgsECOiiMqiGisYhLLjMlba81qfBoYQKL0QCuluSbQI5FJXFulLZJyyX8mW7HIH39hWax5LKbnl8c7qltSXP0znn0iEIo+FRG5GcRWZJ4i0hAVDistUgdUgWQrEbTtg3DXZfEVIVuJbV30FzWKkdBoUinVDGJSXw0zwYUl54vqnK4tkrSbwRYzjJV60qgedWuIjzOxhCUXkuJ7uc59JzxONj1sxVm3//013bT9zibG7RoGuRsr7nUlOi28uz9BTd03otE7wW5T4hvaJXwPePWdu9lTthHvkD7FPZYyfLDzjYOpd2F6kF7Zxf8nNFuH05EP+BeD2/CHK2Rdb81zcOb) from this.
@canvrno I have checked my repo, which contains 251,996 files, which doesn't look any bigger than your test repo. But it's worth noting that due to the way pnpm works,...
See https://github.com/CyanSalt/commas/issues/20. Since I use my macOS to build artifacts, I cannot generate binary dependencies (`node-pty` required by Commas) for Windows/Linux, so we only provides prebuilt versions for macOS. The...