Anton Yuzhaninov
Anton Yuzhaninov
There is button "save to Instapaper", but I use other similar service - http://www.readability.com/ Please add settings to use readability instead Instapaper.
LSM was used only in experemental SQLite4. It is no longer developed and there are no plans to resume development: https://sqlite.org/src4/artifact/56683d66cbd41c2e SQLite3 uses B-Tree: https://sqlite.org/fileformat2.html#b_tree_pages
Please add support of syncing vCard 4.0 files. I use: - vdirsyncer 0.12.1 with python 2.7.12 - Baïkal 0.4.6 as CardDAV server When I try to sync vCard 4.0 file...
### Prerequisites * [x ] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd...
I got an error `Wide character in subroutine entry at /usr/local/lib/perl5/site_perl/Text/vCard/Node.pm line 134.` while trying to read vCard file from Palm OS. File encoding is cp-1251, my code is ```...
Sample code ``` use utf8; use vCard; my $vcard = vCard->new(encoding_out => 'cp1251'); $vcard->version('3.0'); $vcard->full_name('Иван Иванов'); $vcard->given_names([qw/Иван/]); $vcard->family_names([qw/Иванoв/]); print $vcard->as_string; ``` Output of this code ``` Wide character in print...