Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Offray Vladimir Luna Cárdenas
Hi, On 24/05/17 13:13, Terry Brown wrote: > On Wed, 24 May 2017 11:51:31 -0500 > "Edward K. Ream" wrote: > >> On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson >> wrote: >> >> why are doc strings preferred to@doc/@code pairing​? >> >> ​​Because

Re: Outline Font Settings

2017-05-24 Thread Terry Brown
On Wed, 24 May 2017 16:25:27 -0700 (PDT) Adrian Calvin wrote: > This seems to be a PyQT issue, and not a leo issue. Later versions of > PyQT, in my case 5.8 have this problem, whereas 5.6 did not. > > In addition I was running the standard python 3.6 distro with 5.8

Re: Outline Font Settings

2017-05-24 Thread Adrian Calvin
This seems to be a PyQT issue, and not a leo issue. Later versions of PyQT, in my case 5.8 have this problem, whereas 5.6 did not. In addition I was running the standard python 3.6 distro with 5.8 when I had the problem. When I went to anaconda with python 3.6 with 5.6, it works fine. On

Cached @string, @bool, etc question

2017-05-24 Thread Adrian Calvin
I have noticed that these "data" nodes seem to get cached and you have to restart leo to reflect the changes. How can I set a setting to make a data node reload fresh every time? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Eric S. Johansson
I want to be very clear about one thing. What I wrote was not a complaint. It was an expression of information overload. I am very enthusiastic about Leo, I'm just frustrated My disability keeps me from climbing over some of the necessary terrain. On Wednesday, May 24, 2017 at 12:51:33 PM

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Eric S. Johansson
On Wednesday, May 24, 2017 at 2:13:17 PM UTC-4, Terry Brown wrote: > > My impression is that literate programming in the sense of mixing docs. > and code has really fallen out of favor for things like software, but > is very popular for analysis exercises, as in R-markdown with knitr > and

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Terry Brown
On Wed, 24 May 2017 11:51:31 -0500 "Edward K. Ream" wrote: > On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson > wrote: > > why are doc strings preferred to@doc/@code pairing​? > > ​​Because ​docstrings are preferred to comments in python. >   >

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Edward K. Ream
On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson wrote: why are doc strings preferred to@doc/@code pairing > ​? > ​ ​Because ​docstrings are preferred to comments in python. > Back when I used cweb, I really like the ability produce a document that > was also

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Zoom.Quiet
On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson wrote: ... > Yeah I was actually adjusting indentation by adding and removing spaces on > every line because I couldn't find the command. I'm sure there are other > commands there that would be really helpful to me but

Re: #480: GitHub pages now hosts a *copy* of Leo's web site

2017-05-24 Thread Terry Brown
On Wed, 24 May 2017 01:55:51 -0700 (PDT) Joe Orr wrote: > Edward, > > Now that leo-editor is https it is possible to point to pages on the > site and have them appear in the content view of a node. But now that > I'm looking at the leo-editor site again, I'm not sure what to

Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Eric S. Johansson
Let me open with I hope my writings won't offend. These are my experiences and frustrations. I do really like working with Leo because it helps me organize things better but I am frustrated working with Leo because it hurts my hands and I really want to make it work with speech recognition but

Re: Curses gui progress report

2017-05-24 Thread Edward K. Ream
On Tuesday, May 23, 2017 at 5:17:34 PM UTC-5, Edward K. Ream wrote: > the code now looks and *acts* like a real Leo. See the attached screen shot. Rev bb711d removes the confusing structure lines from the outline. Attached is a new screen shot. Happily, this also collapses the code. Now, +

Re: HTML 5 Leo Viewer

2017-05-24 Thread Edward K. Ream
On Wed, May 24, 2017 at 4:43 AM, Joe Orr wrote: > Just posted an updated version. > > New features: > > * D3 Trees > * Nested menus > * Subtrees (node can point to another Leo file) > * Works with trunkless trees now > > https://github.com/kaleguy/leoviewer > ​ Many thanks for

Re: Why am I now so productive?

2017-05-24 Thread Edward K. Ream
On Wednesday, May 24, 2017 at 5:28:45 AM UTC-5, Edward K. Ream wrote: Clearly, I am not any smarter. Instead, I am bolder and calmer. > And quicker. pyflakes and cff make me quicker. That helps keep energy high. Edward -- You received this message because you are subscribed to the Google

Re: Why am I now so productive?

2017-05-24 Thread Zoom.Quiet
for my mind, i feeling, want to not have to make all things productive ;-) EKR show me how to coding whole life, learning, and flowing On Wed, May 24, 2017 at 5:28 AM, Edward K. Ream wrote: > Clearly, I am not any smarter. Instead, I am bolder and calmer. This is a >

Re: Curses gui progress report

2017-05-24 Thread Edward K. Ream
On Wednesday, May 24, 2017 at 5:51:02 AM UTC-5, Edward K. Ream wrote: > get_nth_visible_position doesn't handle chapters and clones correctly. That will be easy to fix. This became apparent after studying and simplifying p.moveToVisNext. This is a potentially dangerous change to Leo's core,

Re: Curses gui progress report

2017-05-24 Thread Edward K. Ream
On Tuesday, May 23, 2017 at 5:17:34 PM UTC-5, Edward K. Ream wrote: > At last I am beginning to understand what is, and isn't, necessary. You could call this post an Engineering Notebook post, but it may be of more general interest. This project looks to be almost complete, except for optional

Why am I now so productive?

2017-05-24 Thread Edward K. Ream
Clearly, I am not any smarter. Instead, I am bolder and calmer. This is a direct result of better tools. I am bolder because of git makes programming safe. I am calmer because pyflakes catches so many programming blunders and because cff solves all code mysteries. And one more, thing. Since

Re: HTML 5 Leo Viewer

2017-05-24 Thread Joe Orr
Just posted an updated version. New features: * D3 Trees * Nested menus * Subtrees (node can point to another Leo file) * Works with trunkless trees now https://github.com/kaleguy/leoviewer Edward, this one is fairly stable so you can link to it if you want. I was going to use the LeoDocs

Re: #480: GitHub pages now hosts a *copy* of Leo's web site

2017-05-24 Thread Joe Orr
Edward, Now that leo-editor is https it is possible to point to pages on the site and have them appear in the content view of a node. But now that I'm looking at the leo-editor site again, I'm not sure what to do with the pages as is. I was going to put some pages into content panes, but they