weishu

Results 28 issues of weishu

refer: https://github.com/fonttools/fonttools/issues/993#issuecomment-310894204

https://man7.org/linux/man-pages/man2/process_vm_readv.2.html

### Is your feature request related to a problem? Please describe. https://github.com/xmake-io/xmake/issues/1274 supports compile bpf on Linux, it is useful to do cross compile on macOS/Windows ### Describe the solution...

feature request

when the clipboard contains a url which stand for an image, you can use `cmd + ctrl + v` upload it too.

I am not sure is there any other breaking changes, it works on my secondary user, should fix #79

``` 2022-07-06 16:21:34.711 2386-3481/system_process E/ProcessInfoCollector: getProcessInfo: failed to find this proc. 2022-07-06 16:21:34.731 28587-28587/io.neoterm E/AndroidRuntime: FATAL EXCEPTION: main Process: io.neoterm, PID: 28587 java.lang.RuntimeException: Unable to create application io.neoterm.App: java.lang.RuntimeException: Cannot...

**Is your feature request related to a problem? Please describe.**(该功能是否与问题有关?请描述) 目前 MiPushFramework 可以使用 Xposed 特性进行小米机型伪装,但是启用 Xposed 所必须的配置文件存在于必须需要 Root 权限才能访问的目录(`/data/misc/`),这样的话免Root方案的 Xposed 就无法正常工作。具体来说,这里的代码会直接返回,后面的hook 逻辑不会再执行: https://github.com/MiPushFramework/MiPushFramework/blob/master/push/src/main/java/com/xiaomi/xposed/hook/MiPushEnhanceHook.java#L78 **Describe the solution you'd like**(说一下您想解决什么问题,想要做什么) 想要让免 Root...

enhancement
manager

**Describe the bug** When i set a git proxy by: ``` ❯ which gitproxy gitproxy () { git config --global http.proxy 'socks5://127.0.0.1:1081' git config --global https.proxy 'socks5://127.0.0.1:1081' } ``` The...

Type: Bug