Re: #1266: Orange is the new black :-)

2019-09-08 Thread Edward K. Ream
On Saturday, September 7, 2019 at 5:04:27 PM UTC-5, Edward K. Ream wrote: I've just upgraded #1266 > . This is the *orange > project*, to be done in the orange branch. > *Progress report* - It took about 20 minutes to come up to speed on

Re: Chris: cause of outline artifact?

2019-09-08 Thread Chris George
I am taking a break from this for a bit. In the meantime I will run Leo "native" under Neon with Python 3.6.8 and PyQt 5.12.3. Chris On Sunday, September 8, 2019 at 1:56:11 PM UTC-7, Matt Wilkie wrote: > > With all else being equal (this took some effort), if the python >> environment leois

Re: Chris: cause of outline artifact?

2019-09-08 Thread Matt Wilkie
> > With all else being equal (this took some effort), if the python > environment leois running under is native to the OS the stylesheet is > flawless. If leo is running under a venv of any flavor (including conda) > the artifacts appear. > Sounds like time to reach out to a wider community,

Re: Chris: cause of outline artifact?

2019-09-08 Thread Terry Brown
On Sun, 8 Sep 2019 13:25:23 -0700 (PDT) Chris George wrote: > After extensive testing I have determined that my initial conclusions > hold. > > With all else being equal (this took some effort), if the python > environment leois running under is native to the OS the stylesheet is > flawless.

Re: Chris: cause of outline artifact?

2019-09-08 Thread Chris George
After extensive testing I have determined that my initial conclusions hold. With all else being equal (this took some effort), if the python environment leois running under is native to the OS the stylesheet is flawless. If leo is running under a venv of any flavor (including conda) the

Re: Second thoughts about f-strings

2019-09-08 Thread Edward K. Ream
​On Sun, Sep 8, 2019 at 2:52 PM Matt Wilkie wrote: > Thank you for reporting on the variety in the to-be or not-to-be f-string landscape. This side by side comparison useful. ​You're welcome. I have only been using f-strings in my present work on orange.​ String concatenations are perfect

Re: Second thoughts about f-strings

2019-09-08 Thread Matt Wilkie
Thank you for reporting on the variety in the to-be or not-to-be f-string landscape. This side by side comparison useful. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an

About mass changes to Leo's code base

2019-09-08 Thread Edward K. Ream
I want to emphasize here that there is no great urgency to making any large-scale changes to Leo's code base. There are much more important issues to attend to. Having said this, here are my present plans: 1. I am happily converting to f-strings as I go along. I probably will merge the

Re: I can't recommend black

2019-09-08 Thread Edward K. Ream
On Sun, Sep 8, 2019 at 12:48 AM rengel wrote: > My experience taught me never to work against a tool I don't have control of. A couple of months down the road I tend to forget why I used this or that workaround just to make the tool work. Recall that my intention was to propose a pull request