Re: Google groups no longer provides pinned posts, program highlighting?

2020-11-12 Thread Thomas Passin
I'm still using classic groups. When they changed me over, I disliked the new skin and found some link to get back, but I forget where it was. And yes, no ability to edit, GRRR. I figured that at some point, we'd all get stuck with the new look. On Thursday, November 12, 2020 at 4:00:05 PM

Re: SB: What I'll be studying

2020-11-12 Thread Offray Vladimir Luna Cárdenas
Thanks Kent, With that my Python path to Jamstack/IndieWeb would be some Python based static site generator and brython to add interactive JavaScript powered features here and there. Now I've started exploring form creators to enable non-tech users to add content to the site. Cheers, Offray On

Re: Google groups no longer provides pinned posts, program highlighting?

2020-11-12 Thread Edward K. Ream
On Thursday, November 12, 2020 at 3:00:05 PM UTC-6 Edward K. Ream wrote: > > Imo, the so-called "classic" form of google groups was significantly > better than the "new improved" version, which lacks pinned messages and > syntax highlighting for program text.' > And no way to edit a previous

Google groups no longer provides pinned posts, program highlighting?

2020-11-12 Thread Edward K. Ream
Imo, the so-called "classic" form of google groups was significantly better than the "new improved" version, which lacks pinned messages and syntax highlighting for program text. Am I mistaken, or are we stuck with a much inferior group? I can no longer see any way to use classic groups.

One line of code rocked my world

2020-11-12 Thread Edward K. Ream
Issue #1591 concerns disappearing icons in the todo.py plugin, but only for recent versions of pyqt. This post discusses a discovery I made while studying the code. The todo.py plugin uses todo.ui. This is an xml file created by Qt

The ekr-tabs branch is ready for testing

2020-11-12 Thread Edward K. Ream
This branch contains work for #1731 . PR #1732 is the corresponding PR. The work went much more smoothly that I thought. Let me know if you find any problems. This branch also

Re: SB: What I'll be studying

2020-11-12 Thread Kent Tenney
Another interesting project is Brython, Python in the browser https://brython.info/ good documentation and demo very heavy development, easy to install and run locally - git clone https://github.com/brython-dev/brython.git - cd brython/www - python3 -m http.server - browse to localhost:8000