ayanamist
ayanamist
使用场景是relay的代理里有一个select的代理,select里包含两个,一个是direct,一个是个relay,当选择direct时无问题,但选择relay时就会抛错无效端口号,原因是Addr方法返回了空,导致dial了一个空地址。 这里尝试解决了这个问题。
### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. 2.8.8版本tg禁掉了第三方dll加载,fontmod和antirevoke都挂了,antirevoke应该是自己做了dll inject,但fontmod貌似没这个计划,而是让大家去用商店版的tg加他的新项目AppXLauncher,但antirevoke又不支持商店版的tg,现在两个都用,就只能自己想办法套娃一层dll injector。 ### Describe the solution you'd like...
I like to use `dns.ResolveMux` to route different domain to different nameserver and with `dns.Cache` enabled, but i can not find an ideal way to integrate both of them. Any...
This epub file can be opened until 3.3.3, but failed to be opened in all v3.4.x version including pre-release build (version 15093, built on 2022-06-04 , commit f172b56787cfd02b2aa51d68a49755beb45dab1e) When using...
知乎版本 8.5.0 知了版本 22.01.19 https://www.zhihu.com/answer/2078544713 例如这个回答,点击链接后会有个提示(如下图),然后依然是在知乎内部打开 
I see https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/blob/a35bec6eb688ef7a0e31b340ed77bdb84010ace7/controller/controller.go#L1452 set `annDynamicallyProvisioned` from StorageClass.Provisioner, and test it using `knownProvisioner` with comments https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/blob/a35bec6eb688ef7a0e31b340ed77bdb84010ace7/controller/controller.go#L1372-L1378 But in `updatePersistentVolume` and `shouldDelete` just use plain `ann != ctrl.provisionerName` to make comparison https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/blob/a35bec6eb688ef7a0e31b340ed77bdb84010ace7/controller/controller.go#L1233...
设置 JSON: > 轻触应用内的“上传图标”(于 v4.3.0 版本添加),轻触“复制当前设置到剪贴板”并粘贴到下面。 ``` { "device_info": { "api": 30, "manufacturer": "Xiaomi", "locale": "zh-CN" }, "verified": false, "behaviors": [ "@abuse" ], "recommendation": "@recommended", "non_standard_files": [ ".turing.dat", ".turingdebug", "Android/.iacovnfld.",...
When using Fullscreen Grab, it will let me choose use which language like below:  I want to always use `zh-Hans-CN` so i have to switch it again and again....
## Environment Joplin version: 2.11.11 Platform: win32 OS specifics: Win10 ## Steps to reproduce 1. Use mouse to move a notebook as another notebook's sub notebook 2. Use mouse to...
I need a similar solution like kubernetes apiserver is doing https://github.com/kubernetes/kubernetes/pull/88567 Context: https://github.com/grpc/grpc-java/issues/10929#issuecomment-1960084653 @ejona86