Sam Vanhoutte

Results 6 comments of Sam Vanhoutte

Hello all, Is there any update on this? Seems it's been inactive for a month, now

@tostringtheory , I am using Github workflows and have verified the `worker.config.json` in the pipeline functions artifact, but that already contains `"defaultExecutablePath": "dotnet"`. So, I guess that's not the original...

I have the exact same issue, also with `MudTextField` and I don't have any clue on how to solve this. It only fails when deployed through an `.ipa` file (but...

@Eilon , I am trying something like that, but I cannot find out which event handler I should override to navigation to the right location (using that static variable that...

It's for framework code (so where I want to avoid users having to add configuration for this). ```csharp public Task GetServiceUriAsync(string serviceName) { // This is where I would love...

It's exactly this that I'd love to avoid (asking to users to pass this to tens of projects they add to the Host, whereas I was hoping to just get...