Nicholas Blumhardt
Nicholas Blumhardt
Thanks for the nudge @dazinator. Still keen to do this but as yet unscheduled. The Docker log collection instructions you linked use GELF as the transport, which seq-forwarder doesn't support,...
Hi Brad, thanks for the note. Seq Forwarder doesn't support CLEF output (yet); it'd be a good change to make, I'm not sure when we'll have a chance to explore...
Thanks for the suggestions. At the moment we're keeping this app fairly simple (it's usually possible to find a valid health check target that returns a success status code and...
#28 implements "follow redirects" and will be published as 2.1.0; would be great to get some feedback on it, if you're able to take a look.
Thank you, Sam! Hoping I'll have a chance to loop back around to this soon.
Hi! There's no built-in combinator; I think it would be reasonably easy to write one, using similar tactics to Sprache's implementation - keen to explore how it might look. If...
Thanks for the follow-up! That's great. I think the proper span length could be reported using something like: ```csharp return i => { var inner = parser(i); if (!inner.HasValue) return...
Hi @JoeMGomes - unfortunately no time to dig in properly but hopefully this helps: The start index of the match within the input will be `inner.Location.First().Position.Absolute`. The exclusive end index...
That's good to know @JoeMGomes :+1: Just design and implementation time constraints, currently, but it seems like a worthwhile inclusion for the future :+1:
Hi Keith, The author of this project has some other commitments but invited me to help keep the wheels turning here, which so far I've failed miserably to do :-)...