-
Notifications
You must be signed in to change notification settings - Fork 0
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
[⚠️ FEEDBACK NEEDED] Marta 0.5 EAP #221
Comments
couple small first notes which you can all prefix by "maybe":
UI
I was in your marta.zip download and tried to copy one of the folders onto the desktop (just to try...) and marta asked me if I wanted to replace although there was no collision, after accepting it complained about access privileges... seems weird to me |
@monouser7dig Thank you for trying EAP version! And for the detailed feedback.
And again, thank you! 👍 |
@monouser7dig
|
maybe this would be left to be discussed as it actually seemed strange to me, maybe user error, wrong expectation but... |
@monouser7dig Yes, it's definitely a bug. I just wanted to reproduce it before filing it as an issue :) |
3.3
|
I have a different opinion on this: I prefer software that is configurable as much as possible (in the end I dislike software that makes too much decisions on its own, when configurability wouldn't increase complexity in the code). Take parallelism as an example: I can imagine yanex to already have a constant for the parallelism size: if yes: exposing it as user-configuration won't increase software complexity (it is already configurable, but only in the source-code and not via json). However on the other side if number of parallelism is not already respected in the source-code, then I'd agree, making it configurable would be overkill. In sum:
+1 |
|
@monouser7dig Well, at least the number of simultaneously running tasks should be easily configurable. Also, yes, we need a way to start a queued task regardless its position in the queue #249.
Well, I don't really believe in time estimates, cause I have never seen it done properly. I don't want make a tool that would lie to me :) |
If I use windows I always like their progress indicator with the history histogram of the speed (if you click more information) and current speed thus it gives some idea about the variance. (maybe there should be a second line indicating the average speed) |
@monouser7dig This dialog definitely looks nice. Maybe Marta will have something like this one day :) But that's totally a different story, please create a feature request for it.
|
By the way, Marta 0.5 EAP 2 is out. I'll be glad if someone of you guys will check it :) |
Crashes immediately: |
thanks for the update! it does not load my settings so it makes it harder to test (now symlinked them) |
@warpkanal Thanks for the feedback! What macOS version do you use? |
Lastest 10.13.3 (17D102). |
This version should work. @warpkanal |
I have some objections as to how to make Marta-beta installs easier
|
@warpkanal Thank you for the reports! Will be fixed in 0.5. |
yeah, looking forward to the things in 0.5.1 now 😄 much desired features coming on the horizon 🎈great work! |
Hello everybody out there!
The initial asynchronous file operation support is nearly done, and now I need your help in order to proceed further. I publish the EAP (Early Access Preview) version of Marta 0.5, here it is.
This is the first time I share EAP versions ever, and I realize it's not quite the right place to announce it. But still, I want to give it a try.
So what is changed?
All basic file operations such as Copy, Delete, Rename and some else are now asynchronous. There's a single queue for all asynchronous operations.
What kind of feedback you want me to provide?
=
. Operations can be paused (p
orSpace
) or stopped (d
). The queue can be managed by using only the keyboard. Note that the queue (and its progress bar in the window title) is not shown when there is no active asynchronous operations.Also, visual progress was significantly changed. For example, before there were two progress bars for "Copy", one for the current file and another for the overall progress; now there's a single progress bar. Although I think that it's enough, I appreciate other opinions.
So is the UI good enough? Does it provide all required information? Is it easy to use?
Download: Marta 0.5 EAP 1
Known issues:
The text was updated successfully, but these errors were encountered: