ylxdzsw
ylxdzsw
Hi. I recently came across this project and be excited about it. However, digging this topic a little more lead me to this thread https://www.reddit.com/r/rust/comments/6hznoz/a_zerooverhead_refcell_variant/ . It seems that the...
我使用的 Gnome + Wayland + fractional scaling,electron-netease-cloud-music 会默认使用 Xwayland 启动,但是会变得模糊。Electron 12 加入了 native Wayland 支持,只需要加两个启动选项就能启用,可以解决模糊的问题。也就是需要这样启动 ``` electron /usr/lib/electron-netease-cloud-music --enable-features=UseOzonePlatform --ozone-platform=wayland ``` 希望能够增加一个内置的选项,这样就不用去覆盖 /usr/bin/electron-netease-cloud-music 或者 .desktop 文件。
`abspath(PROGRAM_FILE)==@__FILE__` can be used for this (if the user don't `cd` before `using Fire`).
Thanks for the good project! I find that it does not expose the ["deflate-raw" format](https://wicg.github.io/compression/#supported-formats) in the current polyfiller even though the related functionality has already been implemented. I can...