r1b

Results 17 issues of r1b

FYI the `-r` option is only available in the GNU version of sed, symptoms include: ``` sed: illegal option -- r ``` On macOS this can be corrected by running...

In register_death, the scheduler key is set to expire in 60s: ``` p.expire(self.scheduler_key, 60) ``` In a production application where the scheduler must gracefully handle restarts, this becomes problematic. No...

I noticed that you have a stub for a `HistogramDetector`. I have completed a proof-of-concept using this method in [this notebook](https://github.com/r1b/scene-detection/blob/master/ColorHistogram.ipynb). Do you think this is a sound approach? I...

feature
in progress

I would expect that: ```sh pytest -vsx tests/test_something.py::test_thething --snapshot-update ``` would only update the snapshots associated with `test_thething`. But it appears that instead it updates all of the snapshots associated...

feature

I am imagining something like Google: `` - headlines match `query` `source:` - sources match `sourceName` `from:` - date >= `startDate` `to:` - date

enhancement

Right now I make a new account for each integration. ~~Twitter no longer allows me to create accounts with my phone number~~ - we should dedicate an account for integrations...

enhancement
help wanted

Right now i can't run the stats script bc it kicks off OOMkilling

enhancement

Selectors change URLs change Domains change Semantics change Stay alert 👁️

enhancement

Just observed on `noticias` two identical headlines with identical links except that one is http and the other https.

bug