Rob

Results 62 comments of Rob

I have the same issue with a self-signed certificate and want to use `rejectUnauthorized` as suggested in #13: ``` const https = require('https') const agent = new https.Agent() const jenkins...

Yes, I noticed that exact issue in this particular feed and I'm currently experimenting with the `lastBuildDate` check disabled. I have more feeds that don't update at all after the...

Another feed seems to fail because the `pubDate` (and `lastBuildDate`) field contains a date string (`Tue, 22 Feb 2022 15:00:24 CET`) that cannot be converted to a JavaScript `Date` object...

I'm already using `maxHistory` 999 instead of 10. I'll try to investigate a bit further later this week (either by cleaning up feeds before feeding them to feedsub or by...

No, 999 did unfortunately not help for the invalid dates.

I'm currently experimenting with `htmlparser2` (and `feed`), where I only check the `guid` of an item to see whether it is new or not. Skipping all the nice optimisations from...

I seem to have a similar issue on my Raspberry Pi, when trying to read Homebridge logs: ``` > lnav /var/lib/homebridge/homebridge.log Cannot stat file: /var/lib/homebridge/homebridge.log -- No such file or...

For passwords I think it would best if all characters between the `"` quotes are treated as literals: used without any processing.

I'm completely new to TypeScript (first experiments yesterday), but would still like to use `ts-standard` (like I used `standard` for JavaScript). I'm not using `eslint` v8, but I'm still running...

Same issue with [Sony PS4 DUALSHOCK®4 Wireless Controller](https://www.playstation.com/en-us/explore/accessories/gaming-controllers/dualshock-4/) in Mobile Safari on iPhone X running iOS 13.3.1 (17D50).