-
Notifications
You must be signed in to change notification settings - Fork 234
feat: Check if Include folders/files do exists (in case they are removed) #1718
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
Conversation
Solution b) when start taking a snapshot the include list should be checked of existence first and warn about missings. reference: bit-team#1586
This is not complete yet, but if possible I would like some feedback before finishing it. Are the messages good? And I am wondering if the qt warning is ok (it is asking a confirmation before continuing instead of just warning). And I didn't implement a) for no big reason. I am still getting familiar with the code and b) was something that was more clear for me. I could try a) in a future PR. And how you normally do translations? I was planning to translate all other languages using some automated tool (Copilot) but I wanted to confirm how you guys do it normally... |
Dear Rafael, I added some comments and suggestions to the code. I am not sure about the whole solution. I would suggest to further discuss it in the related issue #1586. I will set the PR into Draft mode to state the the solution is not finished. Best, |
Co-authored-by: buhtz <c.buhtz@posteo.jp>
Co-authored-by: buhtz <c.buhtz@posteo.jp>
Co-authored-by: buhtz <c.buhtz@posteo.jp>
Co-authored-by: buhtz <c.buhtz@posteo.jp>
I appreciate a lot for the review. It clarified a lot of questions and taught me some good lessons (I would never have thought about RTL issues on translations). And I am happy about not use the camel case :) I will do the fixes from the review and wait for any suggestion in the original issue. Thank you very much 🙏 |
refactor btn snapshot & improve translate message Co-authored-by: buhtz <c.buhtz@posteo.jp>
Does anyone know how to trigger the systray-icon message-bubbles via BIT? I tried with "Snapshot.setTakeSnapshotMessage(1, 'FOO BAR')" but without success. This message appears in the status bar of the main window. |
Me neither. When I started to work on the translation task I thougt it is easy. I learned things like that from translators and the community around them while trying to attract translators to BIT. |
Hello Rafael, I am sorry, but I see no good end for this PR. 😭 The problem is not your code but BIT's code base.
I tried this but got several other errors and problems I am not able to fix quick and easy. Messing up with this mounting stuff has some implications I am not fully aware of. I need to do a lot of refactoring and also documentation to understand what mounting code is doing and how it interferes with other aspects of BIT. There are several solution options but before this refactoring and understanding need to happen. Because I don't know what I am doing here and the high risk to destabilize BIT I do refuse to implement the GUI part. But on the CLI the validation works and produce warnings in the logs. That is not much but better than nothing. I vote to keep this code and leave some in-code comments about. What do you think? Regards, |
I had some time to think about it. I would say it is fine to keep the validation in the CLI component and let produce it warnings if needed. Thats it. Someday later we find a better way to improve the communication between GUI and CLI. Than we can come back to this topic. |
Hello, I agree with your concerns. I am not against holding even more this PR. But what if we decline this PR? It is a bit frustrating but sometimes it is necessary. We could wait until we have a better communication between CLI <-> GUI, and do this feature from scratch should be quick for someone with experience on BIT. It might be faster than keep rebasing just to keep this PR alive. |
Hello Rafael,
But I am. 🤣 I want bring it to an end somehow.
Not an option. There is to much good work and benefit in it. ❤️
Could be years. Waiting with an open PR is not an option. The major part of this PR is in the CLI component. I'll keep it. I'll just reduce (or somehow "decline") the GUI parts which are just the "sugar" on this PR. If it is OK for you I'll do the modifications. Regards, |
Sounds good :)
Totally. I really appreciate everything you are doing 🙏 |
And I appreciate your contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's it.
Solution b) when start taking a snapshot the include list should be checked of existence first and warn about missings.
reference: #1586