Matt Holt
Matt Holt
Does the logger even return an error on `Write()` if the file is removed out from under it? IIRC, no error is returned -- I may be wrong though. If...
> Anyhow, the convention is SIGHUP. Is this reliable though? And what does it tell us exactly? There's sometimes more than one log output. I guess we just reset all...
Sure, feel free to reply with your proposal or submit a PR (expect it to be iterated upon). Thanks! :+1:
We generally try to ignore signals since they take on varied and ambiguous purposes here and there, but if it's very important we can try implementing SIGHUP to close and...
@dunglas Before we merge this, can we mark the exported types/methods as "EXPERIMENTAL: Subject to change or removal" (or something like that)? It sounds like there are still decisions to...
Yeah, if you have a chance to do that could you push a commit? I'm wrapping up a few things here.
Thanks for the report, and for investigating -- we'll look into this soon, or anyone else is welcome to take a stab at it too.
I'm in agreement; we can use tcp4 or tcp6 network strings accordingly. Even though ipv6 includes ipv4 address space, I don't think that's what users intend when they express a...
An option to load a dictionary file should be pretty simple, as mentioned above. I'd welcome a PR to review!
Thanks for working on this. My main concern after a first pass through the code (which I know is still a draft) is that it requires 1 goroutine per _successful_...