Nicholas Blumhardt

Results 936 comments of Nicholas Blumhardt

Thanks, Pavel - giving it some more thought 👍

Thanks again for sending this. I've run back over everything and decided not to merge this one in order to keep the codebase lean. Although there's some hypothetical benefit, these...

Great suggestion; I wonder if (since in Superpower we've tried to create more composable building blocks), this could be something like: ```csharp p.Catch(e => "some message") ``` And maybe a...

Thanks for the suggestion, Dave. Most (or all) of these should be in there - but they're under headings like "String functions" etc.; --- I'm looking at this version: https://github.com/datalust/seq-cheat-sheets/blob/main/pdf/seq-cheat-sheet.pdf...

Hi John! I don't think Seq Forwarder will cut it in this scenario, it's really designed around running as a separate process with an HTTP API etc., which I'm guessing...

That's interesting - thanks for the note 👍

The challenge here is going to be that `Tokenize(TextSpan)` already exists in `Tokenizer` but has a different return type and semantics :-/ ... I'd guess we'll find some way around...

Thanks for the suggestion :+1: