Andreas Ågren

Results 6 comments of Andreas Ågren

It's 60 minutes according to their advise, but I agree it would still be a pain :). I guess this issue is more about the fact that there is a...

A related problem is that the recommended method for sending events to Azure Event Hubs nowadays is using `EventHubProducerClient`, which only implements `IAsyncDisposable`, according to [the official docs](https://docs.microsoft.com/en-us/azure/event-hubs/get-started-dotnet-standard-send-v2). There is...

Same issue here, I have a [hierarchyid](https://learn.microsoft.com/en-us/sql/t-sql/data-types/hierarchyid-data-type-method-reference?view=sql-server-ver16) property that I'd like to `.ToString()` before returning. In this case I have to hide the `hierarchyid` property because Hot Chocolate can't instantiate...

I'm getting the same problem, testing with one file using the following command (I know the -r is unnecessary in this specific case): gsync --progress --human-readable --debug -uvir ./test.txt drive://backup/...

Here are the changes I've done and will try out: https://github.com/aloneguid/parquet-dotnet/compare/master...andagr:parquet-dotnet:master

@aloneguid Unfortunately this hasn't resolved our function timeouts completely, so at the very least this is not the only reason for them. Still, it would be nice to support `IAsyncDisposable`...