Jim Winstead
Jim Winstead
There's no real handling of enum values in the Smalot\Cups\Builder class, it just passes the value straight through (see the todo note on line 197 of src/Builder/Builder.php). [This patch](https://github.com/smalot/cups-ipp/files/2707799/enum.diff.txt) will...
I'm seeing almost the same problem on macOS 12.6 with v0.2022.09.20.08.08.stable_01. What is strange is that the one bit of color I do get is the mode in the modeline...
The feature suggested in issue #1367 would allow sorting/display by the `bookmarked` date instead of `added`. (I think that should probably be the default, but I'll make that case over...
I mentioned this elsewhere, but it's [this commit](https://github.com/ArchiveBox/ArchiveBox/pull/1327/commits/eaa4a9c5ea14d1fc11740af460e9e9a1135babd0) that needs to be brought into the dev branch to fix the relative import problem.
Okay, that makes more sense. I think it would help to explicitly throw an error when --parser is specified when we get one or more URLs passed on the command...
Another behavior I question that I ran across in writing tests. `--parser=auto` tries all of the parsers and picks the one that returns the most URLs, but because the `generic_txt`...
That makes more sense. I'll redo my RSS parser pull request to not muck around with this area, and work on adding test cases for how `--parser=auto` should work (and...
(Thanks for the sponsorship, it was very unexpected!) This is a long comment, and gets longer every time I try to make it shorter. The 'tl;dr' is that the way...
Pinboard's Netscape HTML version also adds a TAGS attribute that is comma-separated tags. The `netscape_html` parser is regex-based, maybe it would make sense to use [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/) for more resilient/flexible...
I have been trying to track this down, but it's been tricky to keep straight where the DPI in some calculations is coming from. I can see clearly in trace...