Tyler Ortiz

Results 8 issues of Tyler Ortiz

I was wondering if you could implement undo/redo commands `CodeEditor.Undo();` method: `var result = await this.InvokeScriptAsync(@"function runUndo() { editor.getModel().undo(); }; runUndo();");` `CodeEditor.Redo();` method: `var result = await this.InvokeScriptAsync(@"function runRedo() {...

https://user-images.githubusercontent.com/52818836/122105257-3c8c4380-ce21-11eb-83f6-3161071b86b3.mp4 __Originally posted by @senolfndk in https://github.com/TyJOrtiz/Mustastic/issues/25#issuecomment-861738552__

When submitting an issue please add: * Windows version * Architecture ("x86", "x64", "ARM") * What the app was doing when (if) it crashed

Hi, I changed some things to be able to create a waveform control for UWP. It doesn't create a png but just a regular control.

Issue in WinUI where Windows 11 ListView does not apply alternate row background until hover. ## Fixes Fixes issue CommunityToolkit/Windows#327 ## PR Type What kind of change does this PR...

### Describe the problem Currently, the constrained box is set at a specified aspect ratio. Depending on screen size and aspect ratio, this could cause the control to become too...

feature request :mailbox_with_mail:
partner ⏹

Hi, I ran across your repo and it's been helpful with a project I'm working on. I noticed in your readme that one of the limitations is that it only...

### Describe the bug the code in "AlternateRow.cs": `_itemsForList.TryGetValue(sender, out Windows.UI.Xaml.Controls.ListViewBase listViewBase);` ` if (listViewBase == null) { return; }` always returns null. this is why when adding items to...