rhodey
rhodey
I'm trying to use dat for backups and like @joehand I am also confused by the recommended pattern here. What's the difference between the key you import using `$ dat...
@joehand thanks for the quick reply! I'm still running into trouble, my process looks like this: 1. **HostA** - `$ mkdir /tmp/aaa && echo qqq >> /tmp/aaa/qqq` 2. **HostA** -...
@joehand I repeated the same process as before, but as instructed did a `$ dat keys export` of `/tmp/aaa` on **HostA** and then a `$ dat keys import` into `/tmp/aaa`...
Update: I switched my example to use `v3.0.2` and the error went away, appears to be an issue introduced in `3.0.3`
Hey @vsergeev, my apologies for taking so long to get back to you on this, busy with a new job :/ I really appreciate your thorough response! ## Asynchronous control...
just opened a pull for maven artifacts of the wizardpager project >> https://github.com/TechFreak/WizardPager/pull/6
Yes. A few months ago I did some preliminary reading on contacts groups and multiple sources said that it was impossible for anyone but Google to support contact groups due...
Just checking in to provide some updates on this feature request... I had to dig into Android contact groups in order to resolve #54 and in doing so found nothing...
happy update :D I'm not sure how I glazed over this before but the [vCard RFC](http://tools.ietf.org/html/rfc6350) actually specifies exactly how contact groups should be implemented within vCard, check out [section...
@gellenburg @rndhro I just installed owncloud 7 in a lighttpd configuration and added the following rules to my /etc/lighttpd/lighttpd.conf file ``` url.redirect = ( "^/.well-known/carddav" => "/owncloud/remote.php/carddav", "^/.well-known/caldav" => "/owncloud/remote.php/caldav",...