Konstantin Chuvilev

Results 12 issues of Konstantin Chuvilev

After PR #53 method `ManageMediaCopy` uses Sha256 hash algorithm for duplicate media detection purposes. But all media is zipped, so it's possible to use Crc32 checksum from every zip entry....

The main idea is to add an API for removing all media elements (video, images, etc.) from the file to reduce its size.

enhancement
PowerPoint
Word

I'm using `PresentationBuilder.PublishSlides` to generate slides from the original pptx file. The problem is that this method returns non-deterministic results from run to run: slide's `DocumentByteArray` has different data -...

enhancement
PowerPoint

All slides generated using `PresentationBuilder.PublishSlides` have the same docProps as the original file. That's the problem because `docProps/app.xml` is used by multiple tools to get metadata about the file (like...

In this case ScrollViewer events are handled but overlay grid events are ignored.

PanArea always catches tap events so we can't handle any events on left side of content frame. For example in demo we can't scroll content over PanArea. And buttons clicks...

Hi, I have a question about the next method: https://github.com/OfficeDev/Open-XML-SDK/blob/main/src/DocumentFormat.OpenXml/Packaging/OpenXmlPackage.FlatOpc.cs#L140-L159 According to the [old blog post](https://learn.microsoft.com/en-us/archive/blogs/ericwhite/the-flat-opc-format) from Eric White: > the string must be broken into lines of 76 characters,...

enhancement

The code snippet has a typo in Thumbnails parameters: the second parameter should be `{size}` instead of `{thumbnailSet-id}`. Snippet's source code: https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/v1.0/includes/snippets/csharp/get-thumbnail-content-csharp-snippets.md ```cs GraphServiceClient graphClient = new GraphServiceClient( authProvider );...

type: bug
area: snippets-generation
area: c#

Firstly, thank you for the fantastic mod! I'm not proficient in C++, and I'm an absolute noob in quest mod development, but here's my attempt to enhance the search functionality....

repro: 1. Load the demo page. 2. Try to scroll horizontally (I'm using the touchpad on a laptop). Zooming breaks in any direction after attempting to scroll horizontally.