scubakiz

Results 7 comments of scubakiz

The Remove now works correctly and I can move to the first tab when another is deleted: ``` var firstTab = ServicesTabGroup.Tabs.FirstOrDefault(); if (firstTab != null) { ServicesTabGroup.Selected = firstTab;...

Thank you!! I don't have control of the model (external library), so modifying was not an option. I tried created an inherited version, but the casting kept failing. So I...

If you're going to native support, than here are few more details: I implement a function that moves to different segments in my app which causes all the tabs to...

Upon further testing, I see this problem happen all the time, not just when errors occur. Basically, after the initial release, the HelmRelease goes into a permanent sleep. If you...

I tried the first example and it fails everywhere. Brand new console app, .Net 5. I compiled it with 4.0.26, 5.0.20 & 6.0.26. I tried them connected to an AKS...

Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'BadRequest' at k8s.Kubernetes.ReadNamespacedPodLogWithHttpMessagesAsync(String name, String namespaceParameter, String container, Nullable`1 follow, Nullable`1 insecureSkipTLSVerifyBackend, Nullable`1 limitBytes, Nullable`1 pretty, Nullable`1 previous, Nullable`1 sinceSeconds, Nullable`1 tailLines, Nullable`1...

To be clear, EVERY other part of the SDK (6.0.26) is working fine.