gnattu
gnattu
@ajbeaven If you are still interested, a macOS version is maintained [here](https://github.com/gnattu/electron-react-macostitlebar) Current version of Electron has some limit on window control and some bugs on vibrant window appearance, so...
It won't work well on combined fleet maps if resources loss is estimated in sortie because there are two modes of losing resources in a combined fleet map: 1. Escorting...
Because Ctrl+R is not intended to refresh on macOS unless some tools is used to map control to command. If you mean command, then command + R is captured by...
I found that on some opensource Solaris based OS, `zfs list` supports `-p`, like the OmniOS. ``` usage: list [-Hp] [-r|-d max] [-o property[,...]] [-s property]... [-S property]... [-t type[,...]]...
无法加载图片是因为ipv6与wine的兼容性 [参考Arch Wiki](https://wiki.archlinux.org/index.php/IPv6_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#%E7%A6%81%E7%94%A8IPv6)禁用ipv6后可用
https://github.com/mach-kernel/launchk/blob/ef9b8708696c1affd9510fe333e1a4fa597947e8/xpc-sys/Cargo.toml#L14 It seems like the `Cargo.toml` of `xpc-sys` hard-coded `x86_64-apple-darwin` as the only target. I have built successfully by changing this line to ``` targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"] ```
Looks like ACVM did not implement nvram, therefore EFI settings are not saved across boot. ed2k provides an nvram template `vars-template-pflash.raw` and can be used by adding an additional of...
On a MacBook Pro with Apple M1 Max, with these changes archived ~76fps with little CPU usage transcoding an HEVC 10 bit input to H264 8bit for playback in Chrome....
> Fps can be further improved by impl a scale_videotoolbox metal filter to avoid extra copy-back. -hwaccel_output_format videotoolbox can be used then. For scaling, we do not need a metal...
> @gnattu What is the status on this? > > @nyanmisaka Will you finish the PR if they don't respond? Sorry I was busy on other projects. The Jellyfin part...