-
messages like this are visible in console:
```
converse.min.js:68 2021-05-03T02:37:01.983Z WARNING: Could not restore session for jid: fa741b1b-bd99-4b55-a640-14c42f00503b@guest.party.jitsi/oROnLcV…
-
It seems like windows contacts cuts of the postcode in this vcard, I am thinking it is due to the folding being done mentioned [here.](https://github.com/jeroendesloovere/vcard/issues/95)
Here is t…
-
### Steps to reproduce
1. update from 1.3 to 1.3.1
2. Do some sync with with KDE's Kaddressbook
3. Open in the web UI the app
### Expected behaviour
Contacts should appear.
### Actual behaviour
Spin…
-
```
What steps will reproduce the problem?
1. InputStream is = new FileInputStream("test/resources/Herr Steve Jobs.vcf");
2. Ezvcard.parse(is).all();
3. vCards.get(0).getAddresses().get(0).getStreetAd…
-
```
require 'vcard'
vcf = File.read
```
The source file is
```
BEGIN:VCARD
VERSION:2.1
N:;we;;;
FN:we
EMAIL;PREF:hr_rus@wecommunicate.co
END:VCARD
```
```
> cs = Vcard.parse vcf, '3…
-
This doesn't work when there are multi-line photos in the vcard like nextcloud-contacts produces. It would be very useful to me if it did.
-
Hi, thank you for creating this library!
I would very much like to contribute to the project to help it reach future milestones.
I don’t see any issues though. What is the current status of this l…
-
First of all, let me clarify that I'm testing pycarddav against [radicale](http://radicale.org/)
When trying to sync my contacts, I get the following output:
```
$ pycardsyncer
DEBUG:root:Ignoring …
-
This code:
```
import vobject
el = """BEGIN:VCARD
VERSION:2.1
N;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;=57=6F=6C=6C=6B=6E=C3=A4=75=65=6C=20=53=6F=63=6B=65=6E=62=61=72=74=20=
=45=50;;;
FN;CHAR…
-
Hi!
I use barcode reader in my project. Yesterday I noticed crash when app was trying to recognize certain barcode(attached below). Then I tested this barcode on google vision barcode sample and got …