SymboLinker

Results 5 comments of SymboLinker

If the cursor would become part of the LaTeX that is displayed (inserting "|" or something like that into the MathList just before displaying it), then it would match its...

I've just created pull request #1828 that is a potential fix for this problem. I suspect that the Xamarin.Essentials team waits until the [AuthenticationBroker team comes up with a fix](https://github.com/MicrosoftEdge/WebView2Feedback/issues/171#issuecomment-848427263)...

Xamarin is getting a major refactor. It will be renamed “.NET MAUI”. The Xamarin.Essentials team is also refactoring the Essentials library to work with MAUI. So, probably after the library...

> I've found out that when we use Chrome or Edge (chromium core), it does not work with these type of accounts from AWS Cognito, but when we use Firefox...

> As for HtmlEncode, I also use HttpUtility.UrlEncode(callbackUrl.OriginalString) but does not return valid string, and I have to replace it with Uri.Uri.EscapeUriString(string). Hmmm, HtmlEncoding seems not correct indeed. For my...