Klyse

Results 11 comments of Klyse

did you consider adding another alias: `tfa!`for `terraform apply -auto-approve`?

Hi @Ved2806, thanks for the answer but I am afraid this describes only how to configure the app service on Azure. I specifically asked on how to configure this locally...

Hi @Ved2806, this issue is not stale and I am still hoping for an answer🥹

Hi @marcinburak, thanks for the answer. Appreciate it. Your feedback confirms my long feared theory: it just doesn't work🥲 Authentication is so important it should work out of the box...

Thanks for another valuable feedback @marcinburak. I'll move away from HTTP triggered functions. Too many unresolved questions. Too many unknown variables for for me for now... I'll probably use Azure...

Hi @Ved2806, don't think this issue is closed/completed. Bottom line is that it's difficult to handle authorization and that should change in the future. So I think some issue should...

@Rainmaker52 I have the same issue, did you solve it? Is the prebuild dll open source? Maybe we could modify it?

Not to my knowledge. I worked around this problem by creating a wrapper class: ```csharp public class SieveWrapper { [UsedImplicitly] [FromQuery] public string? Filters { get; set; } [UsedImplicitly] [FromQuery]...

Hi, we where hoping to use [this ](https://mariadb.com/kb/en/library/enum/) feature with ef core and Pomelo.EntityFrameworkCore.MySql. Is this working? or planned?