Aurélien Grosdidier

Results 19 comments of Aurélien Grosdidier

IIRC, the configuration file location cannot be changed, except for running tests (see [here](https://github.com/aurelg/feedspora/blob/master/src/feedspora/__main__.py#L82-L84)). You're most welcome to submit a PR, or to run feedspora from directories where each appropriate...

Hi @buzzworkers. Seems like the issue is not in feedspora but in tweepy, and [has been fixed](https://github.com/tweepy/tweepy/pull/1042). You might want to run feedspora with python 3.6.x or (most likely) to...

`check_feed` fixed w/ b5b870b

Absolutely. Thanks for pointing out this network. I did not know it. :)

Sure :) Feel free to fork and submit a PR. If the code is not clear, just ask. BTW, supporting [matrix](https://matrix.org/blog/home/) would be nice too, and it's very easy to...

I really like XMPP too :+1: Don't worry for matrix, I can implement it myself.

Extra motivation: it seems [lsix](https://github.com/hackerb9/lsix) relies on sixel.

The relevant code is in [this file](https://github.com/aurelg/linkbak/blob/master/src/linkbak/lnk2bak.py#L127-L136): ``` nb_workers = args.j if args.j else os.cpu_count() get_logger().warning("Using %s workers", nb_workers) if nb_workers > 1: with contextlib.closing(multiprocessing.Pool(nb_workers)) as pool: pool.starmap(start_link_handler, [(l, args)...

It seems there's [some support of sync storage](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/sync) implemented since Firefox 53 (April 19, 2017), see [release note](https://developer.mozilla.org/en-US/Firefox/Releases/53#Changes_for_Web_developers).

It seems to work here too. Three attempts were required to synchronize >1300 activities. :+1: