Vivek Bharadwaj

Results 7 comments of Vivek Bharadwaj

I had a similar issue where Pelican was failing to Pickle a lambda function included in pelicanconf.py. Thanks for the hint @GiovanH !

Sounds great! I'll put a PR together that, at a minimum, adds a setting 'use_file_lock' with a default of True, but when False runs the build without the lock. Regarding...

Apologies for letting this sleep so long - I've opened a PR with an option to disable the file lock and updated the tests. The file lock remains on by...

@drew-parsons Not sure if there's a universal way to check across systems - but at least on linux, [this](https://help.univention.com/t/howto-verify-the-mounted-filesystem-supports-file-locking/10149) was helpful using `flock`. This snippet does the job: ```bash touch...

Merged- thanks @tbenthompson for the review (and overall maintenance of this package) and @drew-parsons for the nudge!

Same issue here! It's a great package and I would love to use it.

Would also appreciate automatic line breaks. I prefer to version-control my LaTeX, and line-level changes are much more meaningful when the line doesn't extend to an entire paragraph.