Lucas Hoffmann

Results 134 comments of Lucas Hoffmann

I plan to fix the tests and reactivate CI. After that I want to make a release. I do not have a fixed schedule for this yet. I don't know...

As described [in the docs](https://khard.readthedocs.io/en/latest/scripting.html#integration) you will need to have the contacts from your existing database in individual vcard files. One big file with many vcards is not supported. If...

@gfarrell can you provide two (reduced and anonymized) vcards so that we can reproduce that? We could start by writing a test for the problem that `name:...` seems to search...

Well I did not expect a house to have a vcard with a name on its own. Nevermind. In #189 I have proposed a `--no-confirm` or `--assume-yes` option. I think...

To really answer your question: I would be happy with PRs for a more scriptable interface. There is also a whole project about this: https://github.com/scheibler/khard/projects/1 I have not thought about...

Good idea @sciurius , pull requests for this would be welcome :) I myself do not have the time to implement this for you, currently.

You probably want to look at the `sort_contacts` function in khard.py file first. There are also some other cases in khard.py where list of contacts are sorted but as far...

The code for that might be the yaml parsing function in the carddav class.

The parsing happens in `YAMLEditable._parse_yaml` but that is done by a library so the actual changes you would make are probably in `YAMLEditable.update`.

I think the RFC answers this question (exactly where you linked it): 1. yes 2. no, the SORT-AS i comma seperated and these fields correspond to the sorting value of...