PizzaConsole
PizzaConsole
I find it a bit difficult to translate what Wrapt is doing when compared to the example repo that Jimmy Bogard made: https://github.com/jbogard/ContosoUniversityDotNetCore-Pages It would be nice to see your...
Based on this https://github.com/wkhtmltopdf/wkhtmltopdf/issues/5160
### Bug Report I used the Github action file that Azure auto generates with. I am using `"Microsoft.NET.Sdk.Functions" Version="4.1.0"` My code: ```csharp [FunctionName("ProductsGet")] public static IActionResult GetAllProducts( [HttpTrigger(AuthorizationLevel.Anonymous, "get", Route...
### Version @nuxtjs/supabase: "^0.2.0" nuxt: "3.0.0-rc.12" ### Reproduction Link ### Steps to reproduce set ssr: false and deploy to cloudflare pages then try and login ### What is Expected? setServerSession...
i.e. : ```csharp public class BlogPost { public string Title { get; set; } public string Author { get; set; } public string Content { get; set; } public DateTime...
Why are all the nuget packages marked as beta?
@gkiryaziev Thanks for the hack around for Https. I figured out the "proper" (production safe) way to connect via https. You can test using by making sure you have a...
I'd like to be able to copy the message from one channel into another
BlazorHeroContext.SaveChangesAsync does not actually override AuditableDbContext.SaveChangesAsync. `AuditableContext` ```csharp public virtual async Task SaveChangesAsync(string userId = null, CancellationToken cancellationToken = new()) { var auditEntries = OnBeforeSaveChanges(userId); var result = await base.SaveChangesAsync(cancellationToken);...