Lukas Volf

Results 7 issues of Lukas Volf

It looks like FN key is not being forwarded to the guest OS: pressing FN + Back key on my host OS correctly deletes one character to the right of...

Currently many tests are failing because of an IndexOutOfRangeException in DefaultMp4SampleList on line 74. "entries" are empty because parseDetails has not been called to populate them. Additionally, FragmentedMp4Writer was producing...

After upgrading the library to the latest preview 6.1.0-pre, the DTLS handshake is now failing and WebRTC no longer connects. Downgrading back to the 6.0.12 fixes the issue. It looks...

webrtc
dtls

Added methods for calculating M1 using the formula described in RFC 2945. I tried to avoid any breaking changes, which is why the PR just adds new methods while keeping...

I was trying to use BouncyCastle SRP6 on the server side for HomeKit and I found out that I can only generate B and S, but then M1 and M2...

Fixes #8679 ## Description Pull request #6862 fixed an issue with grouped ItemsControl not exposing grouped items to the automation, but as a side-effect it broke automation in ItemsControl without...

PR
Community Contribution

Currently, it seems there is an issue serializing NALs that contain 0x000001 byte sequence. Similar issue has been fixed in the past in SPS/PPS/VPS serialization. Due to this issue there...

bug