Xiangyu Bu

Results 77 comments of Xiangyu Bu

I do keep an eye on Kivy but don't know how to create a tray icon with it. Sent from my Windows Phone --- From: Mohammad A.Rajimailto:[email protected] Sent: ‎4/‎30/‎2015 11:25...

Unfortunately no at this moment. Current goal is still to mirror and sync the remote repo and local repo. Next steps on my list are to use the newly released...

Timestamps are always set to the values reported by OneDrive server since you can't change the timestamps on the server (OneDrive server always generates timestamps itself).

That's a plan for the new OneDrive API (onedrive-d's future-newapi branch will implement it). Once that API stabilizes, I will follow. Current onedrive-d still uses the old Live API. Sent...

The Live API used in onedrive-d does not provide any hashing. All we can do is to guess what happened based on timestamps and file sizes. Resuming locally disrupted task...

If you upgraded from a previous version in future branch, ``` pip3 install daemonocle ```

Umm. I saw that daemonocle requires psutil==2.1.1, but the latest version of psutil is 2.2.1. Not sure if that's the cause. What does ``` pip3 install psutil ``` say?

You need `python3-dev` package to compile `psutil`... That thing seems to be written in C and then bound with Python.

We need to figure out what stuff JSONDecoder is complaining about. Could you open your copy of onedrive_d/od_onedrive_api.py, find line 553 which starts the function `def get_by_blocks`, and below it...

The scenario is file downloading, not file uploading. Something else happened. (e.g., file size changed while requesting? idk.) I have some revisions on both uploading and downloading that have not...