積丹尼 Dan Jacobson
積丹尼 Dan Jacobson
We see e.g., > Data value had 16 elements expecting 1 or less. at /usr/share/perl5/Text/vCard.pm line 575. > Can't call method "family" on an undefined value at /usr/share/perl5/vCard/AddressBook.pm line 208....
https://github.com/JRBANCEL/Chromagnon/wiki/Reverse-Engineering-SSNS-Format says there is no open source version to parse... But I notice https://digitalinvestigation.wordpress.com/2012/09/03/chrome-session-and-tabs-files-and-the-puzzle-of-the-pickle/ posted a script. But OK I didn't check if it is open source.
https://github.com/tats/w3m/search?q=http%3A Just like https://github.com/emacs-w3m/emacs-w3m/issues/93 (which affects filters so is more serious), but still, to keep w3m documentation up to date, many http (if not already **dead links**?) should be https....
> At the top of directory buffers you can change the `Type` dropdown list to `Standard`. Ah! But the user may never see that, as the cursor might be very...
Please alias `w3m -show-options` to `w3m -show-option`, and document it, as the latter is clearly a grammar error, as we can tell due to the former being how hundreds of...
Version: 0.5.3-38+b1 If the parent directory has long file names, the directory we are interested in will be shoved off the screen and cut off! It should be the parent...
https://github.com/openstreetmap/stateofthemap-2020/issues/63
Emacs has ``` csv-comment-start is a variable defined in ‘csv-mode.el’. Its value is "#" Automatically becomes buffer-local when set. Documentation: String that starts a comment line, or nil if no...
Currently the Text::CSV man page only mentions how to get input from files. However, other man pages show more ways, ``` $dom = XML::LibXML->load_xml( location => $file_or_url # parser options...
``` $ cat e use Text::CSV qw( csv ); my $aoa; csv (in => $aoa, out => "file.csv"); $ perl -w e usage: my $aoa = csv (in => $file);...