beckietech
beckietech
Hello, I tried using this link: https://stackoverflow.com/questions/48912184/wscat-commands-from-script-how-to-pass/48914019 however, it didn't work for me. I checked the readme and wondering if there's any solution maybe using readfile? but I can't find...
hi, @nekcode, I'm currently surveying a simple project to use websocket doing upload or download files between apk and PC. I have found this interesting and like to use it...
>>> api.files['com~apple~Notes']['Documents']['Some Document'].open().content Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/pyicloud/services/ubiquity.py", line 46, in __getitem__ return self.root[key] File "/usr/local/lib/python3.5/dist-packages/pyicloud/services/ubiquity.py", line 20, in root self._root = self.get_node(0)...
I'm considering using this library however, due to some reasons I can only use it with my Android phone. Can anyone please let me know if it can upload video...
python3 iCloudDriveFuse.py Traceback (most recent call last): File "iCloudDriveFuse.py", line 31, in from cachetools import TTLCache ImportError: No module named 'cachetools' Can I know the correct install/usage? Thanks!
terracotta, version 0.8.3 config.toml: ``` DRIVER_PATH = "postgresql+psycopg2://postgres:[password]@localhost:5432/terracotta" DRIVER_PROVIDER = postgresql ``` ``` terracotta -c /home/bill/config.toml ingest /home/bill/optimized/{date}_forecast.tif -o /home/bill/test.sqlite Uncaught exception! Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/toml/decoder.py", line...