Collin J. Sutton
Collin J. Sutton
The Tar implementation has support for [long file names using the `'L'` type flag](https://github.com/adamhathcock/sharpcompress/blob/49ce17b7598466e7bb56200461dfbfe91c175f52/src/SharpCompress/Common/Tar/Headers/EntryType.cs#L14) and [Pax extended global headers using the `'g'` type flag](https://github.com/adamhathcock/sharpcompress/blob/49ce17b7598466e7bb56200461dfbfe91c175f52/src/SharpCompress/Common/Tar/Headers/EntryType.cs#L17), but not [Pax extended file headers...
My team is looking for a way to fetch remote modules from an authenticated HTTP endpoint. This doesn't appear to be possible for the loading method used by webpack's `__webpack_require__.l`,...
This PR adds controlled selection to the `Legends` component in `@fluentui/react-charting`. With controlled selection, we allow the parent component to add additional integrations that interact with the selection state (for...