Results 67 issues of CodingNinja

### Describe the bug This is a strange issue: if I subscribe to the `ThemeManager.Current.SystemThemeChanged` event, toggling "Hidden items" in File Explorer causes an exception to occur. ``` Timestamp: 2025/12/8...

## Description When a TextEditor is set to `IsReadOnly = true`, context menu items (or any UI elements) bound to standard `ApplicationCommands.Cut` remain enabled, even though those operations have no...

When decoding multi-channel audio streams, the AudioStreamInfo class does not preserve the original channel layout from codecpar->ch_layout. Currently in the constructor: https://github.com/radek-k/FFMediaToolkit/blob/935d411aa9deaabf6a52b565dd1a76a14d80a6f5/FFMediaToolkit/Decoding/AudioStreamInfo.cs#L18-L30 This means the original layout (for example 5.1(side))...

Request to add a method for obtaining thumbnails. Perhaps a Seek mode could be added, allowing seeking to keyframes to accelerate GetFrame operations. ```cs GetFrame(TimeSpan, SeekMode); public enum SeekMode {...

Can I make this kind of setting? ```cs _pCodecContext->thread_count = threadCount thread_type = ffmpeg.FF_THREAD_SLICE; ``` I noticed `DecoderThreads`, but this is ineffective because multithreading requires setting `thread_type`. Perhaps I could...

**Describe your issue** When maximizing or restoring the window size, the scroll view does not update. I must trigger a scroll to update the view correctly. https://github.com/user-attachments/assets/ee8a7f0e-3fa6-44bc-ac6e-dabf80d93a43 ```XAML ``` **Version...

more information needed

If possible, this will make the project 0 dependent.

enhancement