(GalaxyMaster)

Results 33 comments of (GalaxyMaster)

Also, passing credentials over a Unix socket is faster and more secure than making an external IMAP call. At least, when Radicale is running on the same instance.

It's been more than 18 months since this PR was submitted. Is there anything I could do to expedite its approval and merging into the master branch?

@justinmayer, another year has passed, can we add it to the list please? :) The plugin enables a really flexible way for a theme to specify the dependencies it needs...

More than an year passed since the last message. @telmich, maybe you need some help? I am sure that people here are more than happy to make the release happen...

@PicoCreator , unfortunately, the title is misleading since what you are working on is in no way APFS snapshots (which require the `com.apple.developer.vfs.snapshot` entitlement to be performed). You stipulated in...

@justinmayer, sorry, I was overloaded with other work lately. Should be able to work on this by the end of this week.

@justinmayer, I've updated the PR and it should be ready to merge.

> please rebase to latest Radicale version 3 Wow! 4 years turn around, this is my first :). Will try to carve out time and see what I can do.

@ZakiG , you can compile your own PC1 by downloading [the pc1.c file](https://gist.github.com/galaxy4public/0420c7c9a8e3ff860c8d5dce430b2669#file-pc1-c) and compiling it using the following command: ``` gcc -pipe -Wall -O0 -ggdb -o PC1 pc1.c ```...

@ivo-gofilex , packing initrd/initramfs requires some magic/knowledge. Basically, what you need to do to create a compatible initrd/initramfs file is the following: ``` # cd /path/to/unpacked/initramfs # find . -print0...