Daniel Peñalba
Daniel Peñalba
@Takoooooo does the NuGet compiles RELEASE or DEBUG mode?
Word wrap algorithm is completely new in PR #216. Could you try if now it behaves as expected?
- [x] We're leaking thousands of `ForegroundTextTransformations` when scrolling a document. 
No. It seems we're only leaking `ForegroundTextTransformation` objects in some kind of cycle. 
BTW @Gillibald this one is fixed with Avalonia 11: > Slow performance scrolling a file on macOS So feel free to mark it as completed (checked).
Yes. That flickering is new in Avalonia 11. Probably related (or same issue) to this: https://github.com/AvaloniaUI/Avalonia/issues/8830
The IBeam mouse pointer is lost when hovering text: 
Unfortunately the following PR doesn't fix the flickering issue while selecting text: https://github.com/AvaloniaUI/Avalonia/pull/8918 @Gillibald any idea of what's going on there? This didn't happen on the stable `0.10.x` 