ts2909
Results
2
issues of
ts2909
MemMapFs.Mkdir happily creates the parent path if it is missing. &MemFs().Mkdir("/tmp/abc/def",0777) should fail, as the parent directories do not yet exist.
bug
RFC6578 Truncation of results (https://tools.ietf.org/html/rfc6578#section-3.6) does not appear to be implemented in CardDAV. There is an open PR (https://github.com/sabre-io/dav/pull/1248) for CalDAV which appears to be related. What is the status...