Conor Williams
Conor Williams
This and zero dynamic allocation are my top priorities, unfortunately I'm away from my desk for the next 3 weeks. I welcome any PR's
also waiting on this feature
> Importing files within these blocks as you have in your example is unlikely to be added. That is a shame as it would enable the examples to be checked...
> This will be fixed in the next release, likely by moving the link to hdoc to a less visually invasive link/text at the bottom of the sidebar. Fantatsic, awaiting...
Key changes are removing the global scheduler, allowing custom schedulers, allowing tasks to be run inline and overhaul of cmake+docs+benchmarks. Its semver so v2 as API break is required.
Version 2 has released with benchmarks
Many thanks for this, I will have to have a think, this: > This behaviour happens when executing a DAG of dynamically connected tasks is definitly a use case I...
I think you are correct. Rsinc expects a directory inside each root to sync. In addition rsinc does not know how to expand `.` if you were to enter the...
Hi there, thanks for looking into this. The multiprocess threads are controlled by the class `SubPool` in classes.py. The instance that controles syncing is in sync.py and the number of...
I have mitigated this problem by splitting rsinc's hashing out of the `rclone lsjson` command and into the `rclone hashsum` command. This has the benafit of only requiring one hash...