Tyrell Keene
Tyrell Keene
Yep, +1 git commit 75f4f25adb0a94080495c29a4418a6550bf365ae Client: Version: 1.10.2 API version: 1.22 Go version: go1.5.3 Git commit: c3959b1 Built: Thu Feb 25 09:29:05 2016 OS/Arch: linux/amd64 Server: Version: 1.10.2 API version:...
>Does this mean that all unregistered fs events throw an error (instead of e.g. be disregarded)? https://github.com/tywkeene/go-fsevents/blob/ba477e94a4bdc17759bc3bb924b3ced65485b689/fsevents.go#L588 Yep, looks like it. I've debated on if this is good design or...
>I've tried checking for `ErrNoSuchHandle` but it's not working, possibly because in line 588 not an error, but a string is sent to w.Errors You're right. The formatting with `fmt.Errorf`...
@gitjeff2 Oh man. I totally forgot about this thread. Unfortunately I have way more obligations at work than I did when I was looking at this, and it seems that...
Should fix #30
https://github.com/snej/zdelta-go
This might actually be a good feature for the command line (#36)
Required by #36
I was thinking of something more simple, perhaps just keeping a tarball of the entire tree per day in a separate, and prune ones older than a certain threshold. Feel...
I'm thinking something like #63 might work. Gonna give it a try once I get through testing everything else.