codeskyblue

Results 75 issues of codeskyblue

MacOS Big Sur 11.4 (Apple M1) lupa version 1.9 ``` $ pip3 show lupa Name: lupa Version: 1.9 Summary: Python wrapper around Lua and LuaJIT Home-page: https://github.com/scoder/lupa Author: Stefan Behnel...

help wanted

This is a feature request **What is the issue or idea you have?** It is a good news that minicap support render 30~40fps per second. Actually on some devices the...

Service: com.apple.instruments.server.services.deviceinfo Function: runningProcesses After 250 consecutive calls on the following models, a socket connection failure occurs, and restarting the device restores it Test Models - iPhone XR (16.6) -...

用户权限等级低的时候,命令无法启动 ```bash adb shell am instrument -w -r -e debug false -e class com.github.uiautomator.stub.Stub \ com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner ``` ```bash java.lang.SecurityException: Permission Denial: startInstrumentation asks to run as user -2 but is...

现在还需要配置图床,感觉很麻烦。所以在想是否可以直接将文件直接下载到本地。 我可以提pr,如果需要的话。

method refs: http://pythonhosted.org/psutil/#psutil.Process.children ``` A ─┐ │ ├─ B (child) ─┐ │ └─ X (grandchild) ─┐ │ └─ Y (great grandchild) ├─ C (child) └─ D (child) ``` code ```...