Patrick Shih
Patrick Shih
I follow https://eosfactory.io/build/html/patterns/set/set_account_permission.html#weights-and-threshold and try to add eosio.code permission to account as follow ``` alice.set_account_permission( Permission.ACTIVE, { "threshold": 1, "keys": [], "accounts": [{ "permission": { "actor": str(alice), "permission": "active" },...
Hi there, I encountered a strange false alert I/O error when transfer large csv file from google cloud storage to postgres db. This false alert does not harm current task,...