Raimana

Results 4 comments of Raimana

For those of you facing this issue, check my comment here https://github.com/sshnet/SSH.NET/issues/1107#issuecomment-1892870568. **TL;DR:** * Azure Functions have a pool of outbound IP addresses, it can use any for each function...

FWIW I've been troubleshooting a similar problem, i.e. works without issues locally, and failed intermittently in Azure. The problem was that Azure Functions or App Services (except ASE/Isolated tier, that...

I believe this has been resolved by: * #11535 in [v8.9.0](https://github.com/MudBlazor/MudBlazor/releases/tag/v8.9.0) * #11599 in [v8.10.0](https://github.com/MudBlazor/MudBlazor/releases/tag/v8.10.0) [Test component](https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor.UnitTests.Viewer/TestComponents/DataGrid/DataGridDateOnlyFilterTest.razor)

@kevingates No "additional setup", same as DateTime (nullable and non-nullable), without a **time** picker. I suggest checking the [test component](https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor.UnitTests.Viewer/TestComponents/DataGrid/DataGridDateOnlyFilterTest.razor) from my previous comment, you'll find that the "HiredOn" column...