thomasvdb

Results 4 issues of thomasvdb

**Do you want to request a *feature* or report a *bug*?** Bug **Which versions of Akavache, and which platform / OS are affected by this issue? Did this work in...

When looking at the naming conventions for databases and more specifically Azure Cosmos DB, there is some confusion due to the use of terminology. https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming#example-names-databases The document states the naming...

cloud-adoption-framework/svc
ready/subsvc
Pri1

**Describe the bug** Since the upgrade to version 1.5.0, I get an error pop-up for each project starting up (about 14 times) stating the following error message: "Windows cannot find...

bug

### Issue description Is there a reason why it's defaulting to nullable data types when writing DataFrame back to a Stream? See https://github.com/aloneguid/parquet-dotnet/blob/1846cc71b9e11d7290a1d8066bd67865ecb322c3/src/Parquet.Data.Analysis/Extensions.cs#L65 ``` var df = await parquetFileStream.ReadParquetAsDataFrameAsync(cancellationToken: cancellationToken);...