teauxfu
❔ Troubleshooting Blazor Server Authentication with Duende IdentityServer: Need Help and Insights!
i don't have any good links in front of me, but if you're doing auth from blazor server there's some extra hoops to jump through. the authentication / cookie setting step happens on a separate razor/mvc style cshtml page. there are some subtle differences with the way httpcontext is handled in blazor server
5 replies
❔ Razor pages asp-validation-for="MyProperty " vs asp-validation-summary="All"
hmm, seems to be a nesting issue. by moving getting rid of the separate InputModel property and hoisting the props within up to the PageModel, and binding them there directly, the issue seems to be resolved
5 replies
❔ Parsing inconsistent PDFs
Yeah that's one of the downsides of PDF -- it's really hard to scrape text from them unless they were specifically produced with the intention of supporting that. An OCR approach might be your best bet if you're expecting a high degree of variance. I know AWS and Azure both offer some document recognition services, but I imagine that gets expensive pretty fast.
3 replies
❔ ✅ Is there a way to execute a .NET Interactive notebook from the command line?
Alas, this may just not be possible https://github.com/dotnet/interactive/issues/839
13 replies