Tian L.

Results 22 comments of Tian L.

Hi @Ayushsunny, If you are getting started on working this issue, I'd recommend you to take a look at `StandardCalculatorViewModel::OnPasteCommand()` and `StandardCalculatorViewModel::OnPaste()`. The basic logic is that the ViewModel parses...

Hello everyone, below you can find a feature branch created for the C# version Calculator App. It's still in developing progress but feel free to follow it and leave your...

WinUI 2.8 introduced WebView2Loader.dll which doesn't have pdb for BinSkim to analyze We may filter out the WebView2Loader.dll file at the BinSkim phase in release pipeline.

@hanzhang54 FYI, `Microsoft.Web.WebView2.Core.dll` is another binary to exclude at the BinSkim phase.

Yes, this is definitely caused by #1661. However, from my perspective, it was worse before #1661 because Calculator would drop the input expression while typing `(`. The fix of #1661...

It looks like ITextDocument4::GetMath() method fetched a null result when user types letters with IME. String ^ MathRichEditBox::GetMathTextProperty() { // TODO when Windows 10 version 2004 SDK is adopted, replace...

Hi @guominrui , would you happen to have some ideas on this? Is it a by-design feature or a known issue from `NavigationView` side? Thanks.

Thanks for triaging this issue. A potential fix would be adding capability ***privateNetworkClientServer*** into package.appxmanifest.

Fabulous! Thanks for your interests in fixing this issue, @dbelokon. Assigned to you. Feel free to let us know if you need more helps :)

Here's a workaround: Adjust Calculator's width to let it show either graphs or equations only. A toggle will show up and then use it to switch to _Equation Mode_ ![image](https://user-images.githubusercontent.com/60599517/102745947-2e8cc700-4398-11eb-8581-3ee9057221ff.png)...