kerams

Results 65 issues of kerams

**Repro steps** ```fsharp let ``type`` (): unit = i ``` Press ctrl-space on `i`. **Expected behavior** Completions for `i` are shown. **Actual behavior** Completions for ` ``type`` ` (supposedly, if...

Bug
Impact-Medium
Area-LangService-AutoComplete

Is it possible to render something like a book? Using `Catalog.Pages` is fundementally the wrong abstraction here, because I don't know the number of pages in advance (without some crazy...

### Describe the bug Certain Arabic diacritics are rendered in the wrong place, across other glyphs. ### To Reproduce Using Noto Sans Arabic (download the ttf [here](https://fonts.google.com/noto/specimen/Noto+Sans+Arabic?preview.text=%D8%A7%D9%84%D9%92%D8%AE%D8%A8%D8%A7%D9%91%D8%B2)), put `الْخباّز` in...

bug
area-textprocessing

### Describe the bug The `SafeAreaPadding` value reported from `InsetsManager.SafeAreaChanged` is always zero. This is a regression compared to 11.0.10. ### To Reproduce Subscribe to `TopLevel.InsetsManager.SafeAreaChanged`, print `SafeAreaPadding` and open/close...

bug

I am generating a document with around 900 pages of mixed language content (altogether, less than around 150 unique code points in the Greek and English sample I tested). Using...

I am getting swarmed at this point ``` Could not detect any platforms from 'net7.0-maccatalyst16.1' in 'C:\Users\goof\.nuget\packages\microsoft.maui.essentials\8.0.40\microsoft.maui.essentials.nuspec', please tell the package authors Could not detect any platforms from 'net7.0-tizen7.0' in...

**Repro steps** ```fsharp let x (enumerator: IEnumerator

Bug
Impact-Medium
Area-LangService-CodeFixes

### Describe the bug On keyboard open, `InputPane.StateChanged` occasionally reports `EndRect` with height of 0, sometimes even double the actual size. I am able to reliably reproduce this with orientation...

bug
os-android

### Describe the bug When a piece of text is trimmed, the ellipsis character is supposedly looked up in the first font file only. If it isn't present there, a...

bug
area-textprocessing

### Describe the bug ![image](https://github.com/AvaloniaUI/Avalonia/assets/5063478/7fb3ad43-57ee-4609-a371-625a01220e56) Looks like space for one more line is allocated. ### To Reproduce https://github.com/kerams/font2 ### Expected behavior LTR and RTL wrapped text have the same height....

bug
area-textprocessing