Ori
Ori
Hi, not sure where to put this, but I created a simplified version of this guide for regular console apps (to produce ELF executables rather than libraries) Someone may find...
Hi, On Obsidian Android (1.4.9) with obsidian-rtl (1.1.0), typing `(` within an RTL line produces a `)` and vice versa. Same with ``, and `[` + `]`.
### Describe the bug In Avalonia [11.0.12](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.0.12), you could include `DynamicResource` elements in a `ResourceDictionary` to create aliases: ```xml ``` Since version [11.1.1](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.1.1), however, the Visual Studio previewer throws the...
I manage markdown lists, and often share them with people who don't have any markdown editor installed, as plain text over Instant Messaging apps (WhatsApp, Telegram)... I currently do this...
# Current Behavior Currently, lines are always aligned to the left. The file: ```markdown Test 123 فحص 123 בדיקה 123 ``` Renders as: # Desired Behavior Paragraphs/lines that begin with...
### Describe the bug `Avalonia.Input.KeyboardNavigationHandler.GetNext` is deprecated, and we're encouraged to use `FocusManager.TryMoveFocus` instead, as seen in this pull request: https://github.com/AvaloniaUI/Avalonia/pull/18647 However, despite the [source code](https://github.com/AvaloniaUI/Avalonia/blob/5ab8604436de66f521efc219fef035e94a844377/src/Avalonia.Base/Input/FocusManager.cs#L178) specifying the method as...
Typing or arrow-navigating to the end of a long overflowing line causes the caret to become invisible (clipped ~2-4px off the right viewport edge). The `BringCaretToView()` call (which is also...
When uploading files via some WebDAV clients, Like `rclone` or Windows Explorer, properties such as `Win32LastModifiedTime` are attempted to be set, but rejected by copyparty. This results in loss of...