Daniel Causer
Daniel Causer
Hey @Geetha-Ravindran, that Stopwatch is internal in the lib. However, if you use the ILog interface, you'll be able to access the string with all the info of all the...
Hey @AdamSotak you can add a Behavior and wrap it to the list. Also wrap that all the way down to the renderer. There is actually an issue open to...
Hello, I came across the same issue. My company name is as follows: "Apple Distribution: COMPANY NAME, Inc. (0000000000)" As the other folk mentioned, there is a "," right in...
Copying the command and replacing the string `p:CodesignKey="iPhone Distribution: NAME., Ltd. (525P9MKHKJ)" ` as mentioned on the github issue bellow, fixed the problem. https://github.com/microsoft/vscode-dotnettools/issues/934#issuecomment-2290949836
Also a link to the Slack question I left a while ago :( https://reactivex.slack.com/archives/C02AJB872/p1725410970584099 Slack
UPDATE: I've been poking around with the Main page and NavigationView. It seems that when I Navigate to the Root Flyout page, Sextant is converting it to its own NavigationView....
UPDATE 2 After doing the above to navigate the to Root Flyout I try to "Logout", by Navigating to the MainViewModel again: ``` Locator.Current.GetService().PushPage(resetStack: true); MainPage = Locator.Current.GetNavigationView("NavigationView"); ``` But...
I went to check if a Plain Maui sample would work. It does not have dependencies on sextant or reactiveUI. This is where navigation happens: https://github.com/DanielCauser/SextantNavigation/blob/maui-test/SextantNavigation/App.xaml.cs#L20 Also the MainPage is...
Thank you everyone. I will also keep poking around to see if I can bring more info here.
Hi @ChrisPulman, were you able to have a look at the issue? Let me know if there is anything I can do to help.