Adam Knight
                                            Adam Knight
                                        
                                    Fixed the issues with the missing API (wrote a version of it) and fixed xattrs and Finder copies as well. A side effect is that the xattr APIs in mergerfs...
The box to allow edits is checked, so feel free to add on here.
The current version should be good. I've tested it with "rsync -aHAX" and with Finder copies and it checks out (I even mixed HFS+ and APFS-CI backing drives). When you...
For the xattrs, the Finder uses them a lot for normal operation on the files (things like labels, and display preferences) and other apps keep metadata in them on a...
For OSX, if you're copying a file from one backing store to another, use copyfile(3) with COPYFILE_ALL. The OS will handle all the details for you, including xattrs, resource forks,...
Any movement on this, perhaps? It's starting to get pretty important now that TWC and Comcast have started handing out IPv6 subnets to home users and there's talk of some...
The problem is then finding a way to denote what type you expect back. Maybe self.theme.colors[@"someKey"] and self.theme.fonts[@"anotherKey"]? In Swift those could be exposed as typed dicts to boot.
Any update on this? It is, unfortunately, not a drop-in class for the release version of the framework due to method signature changes (which are beneficial, just breaking).
It is, somewhat. I'm no longer actively using it, but I check in on it now and again. The API should be stable (both an intentional decision and as a...
Running into this on macOS as well. I can test moving the lock, however there are now several locks... ``` $ grep -r RLock moggie moggie/crypto/gpgi.py: self._lock = threading.RLock() moggie/config/__init__.py:...