Scott Blomquist

Results 9 issues of Scott Blomquist

PR #77 marked `RDFDatasetUtils` as `internal`, which broke a [couple][1] of [samples][2] from our published documentation. There may be some other static utility methods that got hidden by this as...

I've gotten to the bottom of the issue raised in #237. When I enable both DRAWN and NATIVE, here's what happens: ![rect31-9](https://user-images.githubusercontent.com/31878/168493473-65b512d8-6e94-4fc3-951b-b1d302e8cbec.png) The red region represents my entire ultrawide screen...

Tried running the samples in LINQPad 6.10. This is amazing stuff! Found one broken that won't compile and run, but the fix is simple. The `Do()` extension method is expecting...

```var (x,y,z) = "".Extract(@"")``` is pretty handy for common (single-line) use cases. The docs should explicitly teach this.

To support the use case(s) raised in discussion #13, let's add an `IgnoreGroupNames` flag (or maybe `BindNamedGroupsPositionally`?) flag to `RegExtractOptions`.

At the very least, an extraction plan could have already prepared type info for each step of the plan.

I love the explicit model support for API request/response objects, but I haven't been able to find implementations of the Webhook payload classes here (although it seems that other platforms...

enhancement