Vinfall
Vinfall
I don't know the details about how other simulators like RetroArch support such feature, but if the dev's main concern is memory usage, I think it should be fine even...
I attempted to update Uranium to 5.5.0 ,added [PR patch](https://patch-diff.githubusercontent.com/raw/Ultimaker/Uranium/pull/915.patch) and removed [the old patch](https://github.com/void-linux/void-packages/blob/master/srcpkgs/Uranium/patches/disable_code_style_test.patch) (due to build error), but it failed to build somehow: ```sh ./xbps-src pkg Uranium =>...
Does this make sccache co-exist with ccache? I'm using ccache globally inside & outside of void-packages with different cache directories and would like to **enable sccache for cargo builds only**...
That makes a lot of sense, I'm a bit hesitated to adopt sccache globally due to hit rate but it sounds reasonable to try it in packaging.
Are you still working on this? fnm before 1.36.0 does not really work on musl (due to hardcoded arch check, I made a PR to mitigate that in 1.36.0) although...
You may find this patch useful: ```diff --- template 2024-07-03 04:20:29.000000000 +0000 +++ template 2024-07-03 04:19:26.000000000 +0000 @@ -1,18 +1,19 @@ # Template file for 'fnm' pkgname=fnm -version=1.35.1 +version=1.37.1 revision=1...
没细看源码,但你这个功能用AHK v2几行代码就能实现,放到 `shell:startup` 的位置就能开机自动启动: ```ahk #NoTrayIcon ; tc !e:: { Run "explorer" Run "D:\我也不知道\你放哪儿了\TotalCMD.exe" } ``` 缺点就是只能快速启动,不能隐藏(当然你也可以再分配个快捷键,但我不确定 explorer 杀了会不会自动重启资源管理器),而且每次替换程序就得手动改,没有呼来唤去方便。
Gists are just (bare?) git repos under the hood, so it makes no difference here. Pushing changes to git repos are not hard (in the worst case you can just...
I get the idea, just point out that they are technically the same (you can also have a gist with multiple files, it's just less convenient and weird). Previously I...
Any plan to support this? Forgejo released v7.0 to add SHA256 hash support and I tried to setup repos using such feature which eventually led me to the issue. In...