Rafael Rivera
Rafael Rivera
@gegao18 Perfect, thanks again.
Marking this as a `feature proposal` and throwing it into the freezer is very disappointing. This is missing i18n functionality, something Microsoft would once consider a blocker to shipping. Everyone...
On the first pass, after executing `ParsePseudoMarkdownBlock(inputPos, inputEnd, text, boldRanges, italicRanges, codeRanges)`, none of the range vectors are populated. So moving the feature code into the `for (DWRITE_TEXT_RANGE textRange :...
Here's a potentially simpler set of repro steps: 1. Clone the [Windows App SDK samples](https://github.com/microsoft/WindowsAppSDK-Samples) 2. Open the DWriteCoreGallery sample solution (`Samples\TextRendering\cpp-win32\DWriteCoreGallery.sln`) 3. Open `MarkdownWindow.cpp` 4. Replace the `CreateTextLayoutsFromPseudoMarkdown` function...
Tagging @niklasb-ms
Hi @lmadhavan 👋 Sorry to redirect you, but this is not the right place for UWP discussions. This repository is focused on the Windows App SDK. Here's some alternate resources:...
## Scope | Capability | Priority | | :---------- | :------- | | Desktop application can pin to Taskbar without any consent dialogs or prompts | Should | Microsoft currently...
@Jaiganeshkumaran I agree with you, but the Edge team isn't willing to make the change so that leaves one option.
I wrote up how to generate your own tokens a few years ago (https://withinrafael.com/2021/01/04/generating-valid-tokens-to-access-limited-access-features-in-windows-10/). You're welcome to use my token generator at https://withinrafael.com/api/windows_laf_token while it is online. (Feature list is...
Yup, I run into this brick wall a lot, to the point where I learned to check TFM when _strange things_ start happening. When this occurs you typically lose access...