Thomas Khyn

Results 53 comments of Thomas Khyn

I think that using ``shared_args`` is not optimal. Why not simply use 2 options like that: ```py exhale_config = { # could be renamed to exhale_global or exhale_params ... "createTreeView":...

Yes, that is somehow clear. I am not sure how I would solve the problem though. Line 404 comes from the original codebase I forked dirsync from, and I would...

Hi, This is a bit strange, I've never used anything else than SSDs to run the dirsync tests on, and never encountered a failure. Do you have a particularly fast...

#36, which addresses this, has been merged, but keeping open for discussions on the root cause

**Original comment by Anonymous.** ---------------------------------------- Note: This option would conflict with "purge".

If I understand correctly you'd want a file in the source directory to be copied to the target if it's not in the target *and* a file in the target...

**Original comment by tehfink (Bitbucket: [tehfink](https://bitbucket.org/tehfink), GitHub: [tehfink](https://github.com/tehfink)).** ---------------------------------------- I also have this question! Some updated docs would be great :)

Hi again, I'm not sure that making a subprocess call to robocopy or copyx to copy the files one by one would be any faster. I'm not using dirsync much...

Hi, thanks for reporting this edge case. Maybe the most robust thing to do would be to set the timestamp of the origin file to the one of the target...

I'm afraid you'd have to rewrite the whole program to make it work this way... It would be an interesting challenge, and I don't have any time to allocate to...