Jesper Hansen
Jesper Hansen
When using DialogHost in a `Style="{StaticResource MaterialDesignEmbeddedDialogHost}"` configuration, then when opening, the focus for the first focusable control doesn't seem quite right. It can be replicated using dialoghost Sample 2...
Say I'm looking at a specific time range in most frequent, like yesterday:  And need to share a link to this timeframe to a co-worker, then this isn't possible
### Environment Version 17.9.0 Preview 5.0 ### .NET version 6.0 ### Did this work in a previous version of Visual Studio and/or previous .NET release? _No response_ ### Issue description...
In an attempt to scale out, I found that https://github.com/erdomke/RtfPipe/blob/9851ab97d693037073d567d74346184ae2f3d4b3/RtfPipe/Tokens/ControlTag.cs#L38 is being accessed in a manner that isn't thread-safe inside of https://github.com/erdomke/RtfPipe/blob/9851ab97d693037073d567d74346184ae2f3d4b3/RtfPipe/Tokens/ControlTag.cs#L40-L51 It can show up as various exceptions, but...
### Description When diffing very long lines, then the text cursor starts to drift from being between characters to be embedded inside a character. ### Steps To Reproduce Compare inline...
### Description This is spawned from issue #744 where I noticed a character was shown as changed, but I don't see a difference. Maybe another set of eyes can tell...
This tries to implement a fix for #75 that allows looking at values before unpatching. I am unsure what a few of the edits are about. It seems the `.editorconfig`...
Say I have a 3 stages. First I have the initial value 1, then I change to 2 and then to 3 creating 2 diffs from 1 to 2 and...