Andrea Peltrin

Results 41 comments of Andrea Peltrin

**First option**: Extract all entries from a feed, sort _asc_ by their timestamp and then add them to the database. By relying on ID database autoincrement field we are sure...

One more optimization could be this: every time an entry listing is displayed the system requires the list of saved ids, read ids and the unread|saved|all entry listing. A more...

Thank you for your contribution! I have ignored Python 3 so far since I cannot test the code against it so I believe this should go on a separate branch...

Mostly done in a7656cf0a452d8a4b08298d19e9151ffbaf71068. Need to refine the UI and do proper testing via the Fever API.

There's some work done in the hotlinks branch but I've stopped to work on that a long time ago. In the end I wasn't able to understand how ranking for...

Great report, thank you. Now it's more clear how this thing works. There is some code in place which implements points 1, 2 and perhaps partially 3 and 4. As...

Edit the database query to list entries from oldest to newest is trivial. However, I'm wondering how to design the UI to reflect the sorting order. I can imagine to...

I can see some value in this proposal. However, can we have just *one* option for this? Why did you include the `--ssl-only` option? > With that said, the config...

Hi again. All this sounds very painful. We are close to a 1.0 release and the last thing I want is a breaking change of this magnitude. The local web...

Changed my mind: let's use new Peewee's PasswordField instead: http://docs.peewee-orm.com/en/latest/peewee/playhouse.html?highlight=passwordfield#PasswordField We need to add a `bcrypt` dependency but it solves a few potential issues while dealing with the availability of...