Rick van Hattem
Rick van Hattem
> This does not solve the problem of having to copy an entire folder, as when using _locales, while `{ copyUnmodified: true }` does. Perhaps that should be added, but...
With NFS... doesn't sound too weird, NFS and locking are rarely friends in my experience ;) The thing with locks on unix systems is that they're (by default at least)...
Yes, `local_lock=none` should be the right flag to have. I'm not really sure what else to try honestly... it sounds like you're doing everything right.
A few years ago the library switched to LockFileEx to make sure we can have shared locks again: https://github.com/WoLpH/portalocker/pull/30/ Beyond that... I'm honestly not entirely sure what locking options Windows...
I agree, it can definitely be improved :) > Also is there anyway to update the lock from one flags to another without unlocking? Not as far as I am...
The variables are indeed the way to go here, but I would recommend settings them to `0` instead of `--` :) You can also use the counter if you wish:...
At the moment everything is working good enough but it's definitely a good idea for future projects and the backlog :) The building of the Sphinx config file has always...
It sounds like a huge improvement already. Definitely when comparing it to my current approach of copying the `docs/conf.py` and a bunch of other files between projects and modifying them...
It's been a long time but I've taken a look at it. I'm really liking the project in general but one thing that's holding me back is the way it's...
It's indeed very similar to #176 and I'm guessing the solution will be the same. Although the threading versions might take slightly more effort. It's been on my to-do list...