Re: announce: my fork of alot

2021-05-17 Thread Johannes Larsen
2021-05-17 14:55:57, Anton Khirnov wrote: >> > - commands themselves should probably be synchronous [...] to >> > prevent races where a later command conflicts with an earlier one >> >> Yeah, that race condition is a annoyance. Quitting alot helps at least. > > Did you actually hit it?

Re: announce: my fork of alot

2021-05-17 Thread Anton Khirnov
Quoting Johannes Larsen (2021-05-17 14:32:12) > 2021-05-17 10:54:09, Anton Khirnov wrote: > > Here's my current roadmap: > > Lots if interesting features/fixes! Of course keep in mind that it's largely a wishlist, so don't expect these to be done - at all - any time soon - in this order > >

Re: announce: my fork of alot

2021-05-17 Thread Johannes Larsen
2021-05-17 10:54:09, Anton Khirnov wrote: > Here's my current roadmap: Lots if interesting features/fixes! > - commands themselves should probably be synchronous [...] to > prevent races where a later command conflicts with an earlier one Yeah, that race condition is a annoyance.

Re: announce: my fork of alot

2021-05-17 Thread Anton Khirnov
Quoting Michael J Gruber (2021-05-17 09:33:13) > Patrick Totzke venit, vidit, dixit 2021-05-17 09:08:31: > > ``` > > [~] git clone https://git.khirnov.net/alot.git > > Cloning into 'alot'... > > fatal: unable to access 'https://git.khirnov.net/alot.git/':

Re: announce: my fork of alot

2021-05-17 Thread Anton Khirnov
Quoting Patrick Totzke (2021-05-17 09:08:31) > ``` > [~] git clone https://git.khirnov.net/alot.git > Cloning into 'alot'... > fatal: unable to access 'https://git.khirnov.net/alot.git/': server > certificate verification failed. CAfile: none CRLfile: none no

Re: announce: my fork of alot

2021-05-17 Thread Patrick Totzke
``` [~] git clone https://git.khirnov.net/alot.git Cloning into 'alot'... fatal: unable to access 'https://git.khirnov.net/alot.git/': server certificate verification failed. CAfile: none CRLfile: none [~] git clone git://git.khirnov.net/alot.git Cloning into

Re: announce: my fork of alot

2021-05-16 Thread Johannes Larsen
2021-05-16 12:19:45, Anton Khirnov wrote: > Thought I'd share with the people here the fork of alot I've been > hacking on for the past ~1.5 years, see if there is any interest in it. > The code can be found at git://git.khirnov.net/alot. This looks very promising, and at least for me personally

Re: announce: my fork of alot

2021-05-16 Thread Anton Khirnov
Quoting Patrick Totzke (2021-05-16 17:41:49) > Hi everyone, > > All this sounds very exciting and I'd be very happy to see these features in > (mainline) alot! > > I agree that some of alot's underlying code is ready for refactoring > and urwid in particular has been a big drag on quickly

Re: announce: my fork of alot

2021-05-16 Thread Patrick Totzke
Hi everyone, Of course I feel obliged to chime in and clarify, so here it goes. Quoting Michael J Gruber (2021-05-16 12:15:28) > Anton Khirnov venit, vidit, dixit 2021-05-16 12:19:45: > > Hi, > > > > Thought I'd share with the people here the fork of alot I've been > > hacking on for the past

announce: my fork of alot

2021-05-16 Thread Anton Khirnov
Hi, Thought I'd share with the people here the fork of alot I've been hacking on for the past ~1.5 years, see if there is any interest in it. The code can be found at git://git.khirnov.net/alot. There are many changes in various places, the most user-visible ones in the thread view mode.