John Hawkinson
John Hawkinson
I tried this tool with an IPS file produced by Adobe Acrobat, and I am very confused by the result. Originally I got the "Unable to read file" error, and...
Instead use the more "fun" and seemingly excessively verbose: Object.prototype.hasOwnProperty.call(foo, "prop") See https://eslint.org/docs/rules/no-prototype-builtins but basically not all objects need have the methods from Object.prototype in EMCAScript 5.1, and even if...
I'll take this issue, it's been rooting around in my head for a while (https://twitter.com/johnhawkinson/status/1358539033648001026). The idea is to show multivariate data, i.e. both location and number of appointments, on...
As discussed in #12692, this is the easy option, 1.: > 1. Check file extension of iframes for ../utils/KNOWN_EXTENSIONS. (This could happen fairly early in GenericIE) Since Sergey said >...
It's confusing that youtube-dl diagnostics will print `ffmpeg` when the actual downloader is `avconv`. This confused me in evalauting #12499, where it ended with: `ERROR: ffmpeg exited with code 1`...
I happened to have b68a812ea839e44148516a34a15193189e58ba77 open recently, and wound up at the English version, i.e. http://www8.hp.com/us/en/solutions/security/thewolf.html?jumpid=va_87trme41uf# via http://www.hp.com, and noted it doesn't work with Youtube-DL. Unlike the Chinese version, nothing...
- [x] New feature Support extracting playlists of full episode as well as episode clips from `cbs.com`.
There is **so much** wrong with the testing documentation, it's really annoying to figure out how to run tests if you're not super-steeped in this stuff. ### tl;dr Run all...