Muhammad Rehan Saeed
Muhammad Rehan Saeed
I forgot that existed! I suppose I forgot because it's not clear to me how to use the schema first approach using the ASP.NET Core server bits. If I get...
I can't seem to be able to create an access token. v5 requires you to create an app.
@DavidStevensWillow That PR is talking about SpanStatus and seems to say nothing about the StatusCode.
The middleware (code below) doesn't do anything with the host part of the URL. It only looks for `OperationCanceledException` and `HttpContext.RequestAborted.IsCancellationRequested`. https://github.com/Dotnet-Boxed/Framework/blob/main/Source/Boxed.AspNetCore/Middleware/RequestCanceledMiddleware.cs
Sorry, I'm not sure. What error do you get? That might be a question to ask in the ASP.NET repo.
This is my wish list, I'd like to be able to do with Blazor: 1. Use a build tool like Webpack, ParcelJS or Gulp so I get the flexibility of...
Yes, there is. This is actually called Kerning. There is an integer `Kerning` property on the `FigletFont` class among many others. Now there is a condition, the Kerning can be...
[Figlet.js](https://github.com/patorjk/figlet.js) is the best implementation of Figlet I have seen but it's in JavaScript unfortunately. It may be some help in how to implement this feature.
This would be great. Is there a way to use the default theme with the blog plugin instead of the theme? That would be another way to also get the...
That's all I got when debugging my experimental instance of VS with the extension. Any good resources on how to get a crash dump from VS?