LiesAuer
LiesAuer
making ``` for (x, y) in dimensions { pixels[x][y] = pixels[x][y] + 1; } for (x, y) in dimensions { pixels[x][y] = pixels[x][y] * 2; } ``` into ``` for...
i also tried `websockets` and temporary using now, it works as expected. ```python from websockets.asyncio.client import connect async with connect("wss://perpetual.coinex.com") as ws: await ws.send(json.dumps({ "id": 1, "method": "server.auth", "params": ["",...
i want to execute a third-party js and get the return result, i highly prefer `let result = webviewwindow.eval("xxxxxxx")` rather than writing an event and manually pass back to rust...
another reason that i don't want to use event system is because i want all happens at the rust side since event system is base on ipc so it means...
> network sniffers shouldn't see those requests since ipc requests don't actually hit the (local) network. > > since the last comments here wry gained support for return values so...
> 如何解决啊 我后来是用的magisk模块装上去的
> 我现在卡到安装magisk安装这了,有教程吗?? 安装magisk不应该卡住吧?手机如果已经解锁并且root的情况下,magisk应该是直接安装就行的了(第一次root时如果magisk提示需要修复环境按提示操作点两三下就行)
目前高版本系统一般的root流程:解锁->获取临时root权限->开机后安装magisk->修复环境(打补丁到boot)->重启即可获得永久root
目前的解决方案是抛弃顶层的高级入口`handle_xxx`和`download_xxx`,只能自己另外实现并直接调用`initiate_download`