Re: seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Edward K. Ream
On Mon, Aug 27, 2018 at 2:50 PM Terry Brown wrote: > On Mon, 27 Aug 2018 10:55:13 -0700 (PDT) > Phil wrote: > > > > I'd do something like this: > All excellent advice. The local .leo file need not ever be in sync. Being able to add new files from the plugin or a button makes a lot of sense.

Re: seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Terry Brown
On Mon, 27 Aug 2018 10:55:13 -0700 (PDT) Phil wrote: > Thanks for that, it's helpful. But the notion of a reference file > begs the question of who maintains *that* file. In my project, both > my partner and I are continually creating new content, which means > that we would both need to make

Re: seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Edward K. Ream
On Mon, Aug 27, 2018 at 12:55 PM Phil wrote: > Thanks for that, it's helpful. But the notion of a reference file begs the > question of who maintains *that* file. In my project, both my partner and > I are continually creating new content, which means that we would both need > to make changes to

Re: seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Phil
Thanks for that, it's helpful. But the notion of a reference file begs the question of who maintains *that* file. In my project, both my partner and I are continually creating new content, which means that we would both need to make changes to the reference file. This impedes the efficiency

Re: seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Edward K. Ream
On Mon, Aug 27, 2018 at 10:19 AM Phil wrote: > I am currently collaborating on a project with one other person, using Leo > and Git. In addition to committing derived files to Git, we have also been > committing the Leo file itself. We have had some occasional problems (a > corrupted Leo file,

seeking guidance on using Leo collaboratively with Git

2018-08-27 Thread Phil
I am currently collaborating on a project with one other person, using Leo and Git. In addition to committing derived files to Git, we have also been committing the Leo file itself. We have had some occasional problems (a corrupted Leo file, mainly), making me think that we should *not* put the

Re: Sunday reading: packaging and nested data structures

2018-08-27 Thread Edward K. Ream
On Sun, Aug 26, 2018 at 5:34 PM Matt Wilkie wrote: *PyPI is not an app store. *PyPI, pip, wheels, and the underlying > setuptools machinations are all designed for *libraries*. Code for > developer reuse. [Not applications] > Good to remember that. It's also good that pip install leo mostly

Re: Terry, please explain how provided widgets get a parent

2018-08-27 Thread Edward K. Ream
On Sun, Aug 26, 2018 at 9:05 PM Terry Brown wrote: > > Hmm, well the code worked for me when executed in two steps, as I > thought I'd described, but maybe I didn't. > > First you execute the top part, i.e. import, class def, and >