Results 29 comments of Small_Ku

It works, but one of the criteria to be in the Java bucket is: - [ ] a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post...

You may found it at https://github.com/immortalwrt/packages/tree/master/libs/libcron or https://github.com/kenzok8/small-package/tree/main/libcron

It's updated with https://github.com/maharmstone/btrfs/commit/a8655c0c01cb45a270625bb4639021828c3749b9. Just need to wait the next release or pre-release

Thanks a lot! I tried to use the Russian voice with your reg file and it works. I tried to create something similar for YunJhe (zh-TW), it is working for...

While I tried to connect it with `Invoke-WebRequest -Uri "https://claude.ai/cdn-cgi/trace" -Proxy "socks5://127.0.0.1:18888" -UseBasicParsing`, clash-rs crashed. clash-rs config ```yaml # config.yaml --- socks-port: 18888 ipv6: true mode: rule log-level: debug dns:...

Maybe related: https://github.com/firezone/firezone/issues/9845

It seems reproducible with a local server with preshared key by following local wireguard config and clash-rs config: ```ini [Interface] PrivateKey = WBAz4XiNeSV4T+DHBJA9nKihQgLQbFuWRVZhXksuBUY= ListenPort = 51820 Address = 10.0.0.1/24 [Peer]...