-
-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direction of onedrive for Linux #313
Comments
@LHorace The client, when run 99% of the time is fairly simple - All additional switches are entirely optional - which were added either by direct feedback requesting functionality, or functionality which made sense & each should be fairly self explanatory as to why they exist - for example: Regarding your specific call out of Now - if you read the original instructions in #206 on how to configure the 'config' file, many steps required & they were incorrect to a point - see #248. By having a simple CLI option to provide the right 'drive_id' saves not only time & effort, but also saves the user from an invalid configuration - see #293.
The current readme is fairly verbose with examples any why / when you would use the additional configuration options. The man page, likewise has similar if not more details. If something is not clear then please call it out - patches / pull requests are welcome. |
Thanks @abraunegg for the good explanation. I don't see the need to reduce functionality, but I will try to make the man page a bit easier to read (first give basic usage examples, then the gory details). Also the output on error can be improved if we switch to the optdoc in future. I will also look into this. |
@Ihorace Just to give you more reasons why, it would be nice to be able to execute test before push (shift left), so you could have faster feedback cycle, and not bother to setup test env for this. Currently docker gives you "just" ability to run onedrive, but its stepping stone for full dev/quality flow, with all logic abstracted and delivered inside. |
Foremost, I like giving feedback to projects that I support and like, so thanks for all your cordial responses.
Technically speaking, I’ve been following every issue and commit since the beginning of March of this year. I completely understand why it was implemented, and regardless how my original comment might have sounded, I’m not against it. I think there are better ways this could have been implemented. It seems out of place there, a simple setup program, ie My original intent of this issue is not regarding @adudek P.S:
Definitely, although, helping with code is not the only way to help contribute though. |
Reading #355 (comment) comment, there's a disagreement but never brought up to my attention. Nevertheless, I love open source, I will help where I can. However, since EDIT: As for me, I was hoping for a |
@LHorace FIrst of all I am not the main developer, so I cannot and will not decide on what will happen. I try to fix bugs, implement features, and suggest ideas. But at the end it is @abraunegg decision. What big advantage would you see in a re-write? What are the aims you are targeting at? If you are so eager, please for the current repository and start the rewrite, and let us see what you envisage! Thanks |
@norbusan Why do you feel that I thought you were the main developer? You help making this program better and I've been following it. I will close this ticket since it's going nowhere.
Make it your own! I won't advocate for a |
@LHorace Some aspects of this currently client & how it is fundamentally written, the way it uses classes & functions today does not lend itself well to multi-threading activities. Being able to multi-thread correctly would mean being able to handle parallel uploads / download thus potentially a faster end user experience than today - esp when dealing with many small files. Certain sections of the client would need to be re-written to support doing this as I have investigated a number of options here on how to do it - it is not a complete re-write per say - but would be a major engineering & testing effort and @norbusan is correct - this is something that there has to be time & energy for. As for who is the 'main developer' - we all are - everyone who contributes by writing code, reviewing or testing changes, submitting bugs / feature requests - not just myself or @norbusan who I also thank greatly for the assistance provided over the last few months. I am just happy that I am able to 'give something back' which is useful & less error prone to the wider community. |
I see you answer every goddam ticket, I see where you put in the effort, no answer |
I didn't want to use onedrive just as I'll just lurk. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
hello
Foremost, I like to give credit to @abraunegg, there are alternatives to this client but the effort he has contributed to this project is beyond remarkable. And @norbusan that got interested, to make sure we safely sync our files!
With all that said, I have some disagreements, I believe, simple is better! For example, what is the point of this
--get-O365-drive-id Query and return the Office 365 Drive ID for a given Office 365 SharePoint Shared Library
As a new user, why would I find that useful? I think that should broken up into a different project.
Other issue I have, is docker? Why? The effort to make it work in
docker
, just seems waste less? Maybe I don't understand why you want to runonedrive
in Docker? What's the point?I believe, we should be lock and step what Microsoft OneDrive does, deviate when necessary?
The problem I find with all these new command line feature is structure, 'why I would I use -x with -x'.
What I think, simple
opendrive -h
and put complex information in a man page?The text was updated successfully, but these errors were encountered: