Sal

Results 15 issues of Sal

Lots of changes! Upgraded from .Net 4.7.2 to .Net 6 thanks to @NN--- and @konstantin Sharon Bunch of package version bumps Some QoL improvements to text and keyboard shortcuts Added...

Hello, My question is simple really; I'm wondering whether I should statically cache my TypeAccessor's or not. Thanks.

I just wanted to mention that the summary on the method is misleading: ![image](https://user-images.githubusercontent.com/4502154/77652611-e2b20c00-6f44-11ea-9f50-83580e6f83a7.png) After a quick look at the code in ParquetExtensions.cs it seems like it's actually reading all...

This release utilizes the latest version [4.0 of the parquet-dotnet](https://github.com/aloneguid/parquet-dotnet/releases/tag/4.0.0) library. However I had to use a build from [my own fork](https://github.com/mukunku/parquet-dotnet) to include RLE_DICTIONARY encoding support. This PR replaces...

This release adds nested struct support as well as patches support for more map types as discussed in #100

# Summary I made significant progress on getting [Footer Decryption](https://github.com/apache/parquet-format/blob/master/Encryption.md#54-encrypted-footer-mode) working with parquet files (#191). I'm opening this work-in-progress pull request with hopes that some other folks can help get...

🔮future improvement

## Bug Fixes: https://github.com/NuGet/Home/issues/13377 Regression? Last working version: The NRE has been there since the code was written in [#3462](https://github.com/NuGet/NuGet.Client/pull/3462) ## Description The original issue is just the wrong variable...

Community
Status:No recent activity

I decided to bump the major version this release since folks need to upgrade to .net 8 (if they don't use the standalone exe which is the majority of users)....

This PR: * Adds the ability to `Save Results As` both `.json` and `.parquet` * Complex types (list, map, struct) are not supported for export as `.parquet` just yet. *...