Edd Salkield

Results 43 comments of Edd Salkield

Shall we have this discussion over at the [PR itself](https://github.com/emersion/hydroxide/pull/121#issuecomment-698789049)? It'll help keep things on topic and easier to find by others.

In response to @proletarius101, [here](https://github.com/emersion/hydroxide/issues/118#issuecomment-698770840): >Since you make 3 services seperately, would be great if there is a hydroxide-serve.service (or simply [email protected]? what do you think?) I think that's a...

I completely agree with you regarding the different directory locations: that host-wide services should use `/var/lib` and `/etc`, and that user-based programs should comply with the XDG Base Directory Specification....

Revisiting this, I agree with the sentiment to provide a user service alongside a root service. I didn't originally consider a user service file stored in a system-wide location as...

Sounds good :) Fwiw, I ended up dropping the dependency on this package and switching to `flag` as in the stdlib: https://pkg.go.dev/flag

Yep, still around, although admittedly not using rcm as much at the moment and I have not very much availability to tweak this patch. Rethinking this through, I still think...

The man page seems to indicate that `before-sleep` requires systemd support, but Alpine does not use systemd. What would the roadmap be to getting before-sleep functionality with systemd?

I did get the library which I called `ynotify` into a workable state, but I haven't done any documentation; I built it initially for a different project which I've rewritten...

I initially introduced more commits than I intended in this PR. I've cleaned it up with a force push, and merged the branches to remove conflicts.

That's great, thanks. There might yet be more changes I'd like to make for code cleanup/packaging reasons, but once they're done can we consider cutting a 2.0.0 release for versioning...