Neyts Zupan
Neyts Zupan
The main downside I see is that to do this, Pareto app would need to request the "Full Disk Access" permission from the user. But we already do this for...
Yep, agreed, we just haven't had the time to get to it. I'll bump priority.
Example of plone.api's Makefile: https://github.com/plone/plone.api/blob/master/Makefile
Makefile that @miohtama used internally on one of the projects: https://gist.github.com/miohtama/9064050c651ee1b186a0a90b1f75ed06
On CircleCI, we run a small "orb" that fails the build if any un-commited changes were introduced: https://github.com/niteoweb/check-untracked-changes
> Thank you for the quick fix @zupo, this looks good to me. In your comment on the issue you specifically mentioned that this should take care of the 1....
> > Thank you for the quick fix @zupo, this looks good to me. In your comment on the issue you specifically mentioned that this should take care of the...
What @mandarvaze said. I've seen far too often documentation getting out-of-date, so for this project I rather invested (far) more time into providing several runnable examples that contain lots of...
Thanks! I've done this in the past with Plone too: https://github.com/plone/plone.api/blame/master/docs/user.rst#L24 It's mostly that I've kinda grown bored of writing .rst and really enjoy writing .md files these days. I'd...
@stevepiercy: MyST is exactly what I had in mind, thanks for the link!