KuTear
KuTear
@jonataslaw this problem still exist at v4.6.5, and the pr https://github.com/jonataslaw/getx/pull/2394 was opend, can you review and merge?
+1 @bingoogolapple 这个有什么处理方案么
other BUG ``` final plan = ...; ParseRelation relation = plan.getRelation("wallets"); // This will be ok relation.add(someWallet); // or plan.addRelation("wallets", [someWallets]); ParseRelation relation = plan.getRelation("wallets"); // Bad ``` ``` Unhandled...
> other BUG > > ``` > final plan = ...; > ParseRelation relation = plan.getRelation("wallets"); // This will be ok > relation.add(someWallet); // or plan.addRelation("wallets", [someWallets]); > ParseRelation relation...
同问, 一点文档都没有
Do you have plan to remvoe `READ_EXTERNAL_STORAGE `? @miguelpruivo
``` root@xxx-ubuntu:/home/xxx/Downloads/ventoy-1.0.29# ./Ventoy2Disk.sh -i /dev/sdd ********************************************** Ventoy: 1.0.29 longpanda [email protected] https://www.ventoy.net ********************************************** Failed to access /dev/sdd, maybe root privilege is needed! ``` I had same problem on ubuntu 20.04
``` (function () { const imageElements = document.getElementsByTagName("img"); for (var i = 0; i < imageElements.length; i++) { imageElements[i].onclick = function (event) { event.preventDefault(); var url = imageElements[i].src; ...do something...