Daniel Jowett
Daniel Jowett
Hey, I'm trying to use a playbook with a pre_task as follows: ``` - name: Clone project management addons repo sudo: yes sudo_user: "{{ odoo_user }}" git: repo=https://github.com/OCA/project.git dest={{ odoo_repo_dest...
I agree with this fix, but I'm surprised that it didn't get a mention in the release notes
I just found half of a file gone - my guess is this happened like this: 1. inadvertantly select half the file and press a key 2. autosave triggers 3....
Strangely I found the file recovered today, which is a great relief! I'm not sure why though, perhaps it was only half displayed yesterday for some reason :shrug: Rolling backup...
Previously the middleware made this check before deleting the request property from context, but with the refactor done in 3.4.0 it's gone ``` if hasattr(HistoricalRecords.context, "request"): del HistoricalRecords.context.request ```
Also - should Gruntfile.js (and package.json?) really be in .gitignore?
https://github.com/plone/bobtemplates.plone/blob/master/bobtemplates/plone/theme_barceloneta/DEVELOP_THEME.rst.bob#L38 says: "The grunt setup is outside of the theme folder in the package root. " but that is not the case, which is IIUC what point 2 above is...
Sorry - I'm a part-time plonista - evenings only, so you won't get a PR too soon! I don't know how to get mr.bob to copy outside of it's cwd....
> I would also like this. The problem is that the body could be very big and gross. So then what? `deepdiff.DeepDiff`? Hmm, I'm not sure maybe https://docs.python.org/3/library/difflib.html since it's...